Interface DatasetGroupSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatasetGroupSummary.Builder,
,DatasetGroupSummary> SdkBuilder<DatasetGroupSummary.Builder,
,DatasetGroupSummary> SdkPojo
- Enclosing class:
DatasetGroupSummary
-
Method Summary
Modifier and TypeMethodDescriptioncreationDateTime
(Instant creationDateTime) The date and time (in Unix time) that the dataset group was created.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, the reason behind the failure.lastUpdatedDateTime
(Instant lastUpdatedDateTime) The date and time (in Unix time) that the dataset group was last updated.The name of the dataset group.The 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, 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 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 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.
-
-
creationDateTime
The date and time (in Unix time) that the dataset group was created.
- Parameters:
creationDateTime
- The date and time (in Unix time) that the dataset group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
The date and time (in Unix time) that the dataset group was last updated.
- Parameters:
lastUpdatedDateTime
- The date and time (in Unix time) that the dataset group was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
If creating a dataset group fails, the reason behind the failure.
- Parameters:
failureReason
- If creating a dataset group fails, the reason behind the failure.- 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:
-