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