Class CfnVectorBucketPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3vectors.CfnVectorBucketPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVectorBucketPropsMixin>
- Enclosing class:
CfnVectorBucketPropsMixin
@Stability(Stable)
public static final class CfnVectorBucketPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVectorBucketPropsMixin>
A fluent builder for
CfnVectorBucketPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) encryptionConfiguration(CfnVectorBucketPropsMixin.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration for the vector bucket.encryptionConfiguration(IResolvable encryptionConfiguration) The encryption configuration for the vector bucket.User tags (key-value pairs) to associate with the vector bucket.vectorBucketName(String vectorBucketName) A name for the vector bucket.
-
Method Details
-
create
@Stability(Stable) public static CfnVectorBucketPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVectorBucketPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVectorBucketPropsMixin.Builder.
-
encryptionConfiguration
@Stability(Stable) public CfnVectorBucketPropsMixin.Builder encryptionConfiguration(IResolvable encryptionConfiguration) The encryption configuration for the vector bucket.- Parameters:
encryptionConfiguration- The encryption configuration for the vector bucket. This parameter is required.- Returns:
this- See Also:
-
encryptionConfiguration
@Stability(Stable) public CfnVectorBucketPropsMixin.Builder encryptionConfiguration(CfnVectorBucketPropsMixin.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration for the vector bucket.- Parameters:
encryptionConfiguration- The encryption configuration for the vector bucket. This parameter is required.- Returns:
this- See Also:
-
tags
User tags (key-value pairs) to associate with the vector bucket.- Parameters:
tags- User tags (key-value pairs) to associate with the vector bucket. This parameter is required.- Returns:
this- See Also:
-
vectorBucketName
@Stability(Stable) public CfnVectorBucketPropsMixin.Builder vectorBucketName(String vectorBucketName) A name for the vector bucket.The bucket name must contain only lowercase letters, numbers, and hyphens (-). The bucket name must be unique in the same AWS account for each AWS Region. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name.
The bucket name must be between 3 and 63 characters long and must not contain uppercase characters or underscores.
If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.
- Parameters:
vectorBucketName- A name for the vector bucket. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVectorBucketPropsMixin>- Returns:
- a newly built instance of
CfnVectorBucketPropsMixin.
-