Class CfnGatewayTargetPropsMixin.S3ConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.S3ConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.S3ConfigurationProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.S3ConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.S3ConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.S3ConfigurationProperty>
A builder for
CfnGatewayTargetPropsMixin.S3ConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketOwnerAccountId(String bucketOwnerAccountId) build()Builds the configured instance.Sets the value ofCfnGatewayTargetPropsMixin.S3ConfigurationProperty.getUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketOwnerAccountId
@Stability(Stable) public CfnGatewayTargetPropsMixin.S3ConfigurationProperty.Builder bucketOwnerAccountId(String bucketOwnerAccountId) - Parameters:
bucketOwnerAccountId- The S3 configuration bucket owner account ID for the gateway target.- Returns:
this
-
uri
@Stability(Stable) public CfnGatewayTargetPropsMixin.S3ConfigurationProperty.Builder uri(String uri) Sets the value ofCfnGatewayTargetPropsMixin.S3ConfigurationProperty.getUri()- Parameters:
uri- The configuration URI for the gateway target.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.S3ConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.S3ConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-