Interface DatasetGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatasetGroup.Builder,
,DatasetGroup> SdkBuilder<DatasetGroup.Builder,
,DatasetGroup> SdkPojo
- Enclosing class:
DatasetGroup
-
Method Summary
Modifier and TypeMethodDescriptioncreationDateTime
(Instant creationDateTime) The creation date and time (in Unix time) of the dataset group.datasetGroupArn
(String datasetGroupArn) The Amazon Resource Name (ARN) of the dataset group.The domain of a Domain dataset group.The domain of a Domain dataset group.failureReason
(String failureReason) If creating a dataset group fails, provides the reason why.The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.lastUpdatedDateTime
(Instant lastUpdatedDateTime) The last update date and time (in Unix time) of the dataset group.The name of the dataset group.The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key.The current status of the dataset group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the dataset group.
- Parameters:
name
- The name of the dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetGroupArn
The Amazon Resource Name (ARN) of the dataset group.
- Parameters:
datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the dataset group.
A dataset group can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING
- Parameters:
status
- The current status of the dataset group.A dataset group can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
roleArn
The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.
- Parameters:
roleArn
- The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.
- Parameters:
kmsKeyArn
- The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
The creation date and time (in Unix time) of the dataset group.
- Parameters:
creationDateTime
- The creation date and time (in Unix time) of the dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
The last update date and time (in Unix time) of the dataset group.
- Parameters:
lastUpdatedDateTime
- The last update date and time (in Unix time) of the dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
If creating a dataset group fails, provides the reason why.
- Parameters:
failureReason
- If creating a dataset group fails, provides the reason why.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The domain of a Domain dataset group.
- Parameters:
domain
- The domain of a Domain dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domain
The domain of a Domain dataset group.
- Parameters:
domain
- The domain of a Domain dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-