Class VertexAiFeaturestoreEncryptionSpec.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore.VertexAiFeaturestoreEncryptionSpec.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeaturestoreEncryptionSpec>
- Enclosing interface:
- VertexAiFeaturestoreEncryptionSpec
@Stability(Stable) public static final class VertexAiFeaturestoreEncryptionSpec.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeaturestoreEncryptionSpec>
A builder forVertexAiFeaturestoreEncryptionSpec
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeaturestoreEncryptionSpecbuild()Builds the configured instance.VertexAiFeaturestoreEncryptionSpec.BuilderkmsKeyName(String kmsKeyName)Sets the value ofVertexAiFeaturestoreEncryptionSpec.getKmsKeyName()
-
-
-
Method Detail
-
kmsKeyName
@Stability(Stable) public VertexAiFeaturestoreEncryptionSpec.Builder kmsKeyName(String kmsKeyName)
Sets the value ofVertexAiFeaturestoreEncryptionSpec.getKmsKeyName()- Parameters:
kmsKeyName- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. This parameter is required. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#kms_key_name VertexAiFeaturestore#kms_key_name}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeaturestoreEncryptionSpec build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeaturestoreEncryptionSpec>- Returns:
- a new instance of
VertexAiFeaturestoreEncryptionSpec - Throws:
NullPointerException- if any required attribute was not provided
-
-