Class CfnDatastoreProps.Builder
java.lang.Object
software.amazon.awscdk.services.healthimaging.CfnDatastoreProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatastoreProps>
- Enclosing interface:
CfnDatastoreProps
@Stability(Stable)
public static final class CfnDatastoreProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatastoreProps>
A builder for
CfnDatastoreProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datastoreName(String datastoreName) Sets the value ofCfnDatastoreProps.getDatastoreName()Sets the value ofCfnDatastoreProps.getKmsKeyArn()Sets the value ofCfnDatastoreProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datastoreName
Sets the value ofCfnDatastoreProps.getDatastoreName()- Parameters:
datastoreName- The data store name.- Returns:
this
-
kmsKeyArn
Sets the value ofCfnDatastoreProps.getKmsKeyArn()- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.- Returns:
this
-
tags
Sets the value ofCfnDatastoreProps.getTags()- Parameters:
tags- The tags provided when creating a data store.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatastoreProps>- Returns:
- a new instance of
CfnDatastoreProps - Throws:
NullPointerException- if any required attribute was not provided
-