Class CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty.getArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Stable) public CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty.Builder arn(String arn) Sets the value ofCfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty.getArn()- Parameters:
arn- the value to be set.- Returns:
this
-
qualifier
@Stability(Stable) public CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty.Builder qualifier(String qualifier) - Parameters:
qualifier- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-