Interface DatasetGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>,SdkBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>,SdkPojo
- Enclosing class:
- DatasetGroupSummary
public static interface DatasetGroupSummary.Builder extends SdkPojo, CopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetGroupSummary.BuildercreationDateTime(Instant creationDateTime)The date and time (in Unix time) that the dataset group was created.DatasetGroupSummary.BuilderdatasetGroupArn(String datasetGroupArn)The Amazon Resource Name (ARN) of the dataset group.DatasetGroupSummary.Builderdomain(String domain)The domain of a Domain dataset group.DatasetGroupSummary.Builderdomain(Domain domain)The domain of a Domain dataset group.DatasetGroupSummary.BuilderfailureReason(String failureReason)If creating a dataset group fails, the reason behind the failure.DatasetGroupSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time (in Unix time) that the dataset group was last updated.DatasetGroupSummary.Buildername(String name)The name of the dataset group.DatasetGroupSummary.Builderstatus(String status)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 Detail
-
name
DatasetGroupSummary.Builder name(String 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
DatasetGroupSummary.Builder datasetGroupArn(String 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
DatasetGroupSummary.Builder status(String 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
DatasetGroupSummary.Builder creationDateTime(Instant 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
DatasetGroupSummary.Builder lastUpdatedDateTime(Instant 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
DatasetGroupSummary.Builder failureReason(String 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
DatasetGroupSummary.Builder domain(String domain)
The domain of a Domain dataset group.
-
domain
DatasetGroupSummary.Builder domain(Domain domain)
The domain of a Domain dataset group.
-
-