Class CfnVectorBucket.Builder
java.lang.Object
software.amazon.awscdk.services.s3vectors.CfnVectorBucket.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVectorBucket>
- Enclosing class:
CfnVectorBucket
@Stability(Stable)
public static final class CfnVectorBucket.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVectorBucket>
A fluent builder for
CfnVectorBucket.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnVectorBucket.BuilderencryptionConfiguration(IResolvable encryptionConfiguration) The encryption configuration for the vector bucket.encryptionConfiguration(CfnVectorBucket.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration for the vector bucket.vectorBucketName(String vectorBucketName) The name of the vector bucket.
-
Method Details
-
create
@Stability(Stable) public static CfnVectorBucket.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnVectorBucket.Builder.
-
encryptionConfiguration
@Stability(Stable) public CfnVectorBucket.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 CfnVectorBucket.Builder encryptionConfiguration(CfnVectorBucket.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:
-
vectorBucketName
The name of the vector bucket.- Parameters:
vectorBucketName- The name of the vector bucket. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVectorBucket>- Returns:
- a newly built instance of
CfnVectorBucket.
-