Interface DatasetUpdateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetUpdateSummary.Builder,DatasetUpdateSummary>,SdkBuilder<DatasetUpdateSummary.Builder,DatasetUpdateSummary>,SdkPojo
- Enclosing class:
- DatasetUpdateSummary
public static interface DatasetUpdateSummary.Builder extends SdkPojo, CopyableBuilder<DatasetUpdateSummary.Builder,DatasetUpdateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetUpdateSummary.BuildercreationDateTime(Instant creationDateTime)The creation date and time (in Unix time) of the dataset update.DatasetUpdateSummary.BuilderfailureReason(String failureReason)If updating a dataset fails, provides the reason why.DatasetUpdateSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The last update date and time (in Unix time) of the dataset.DatasetUpdateSummary.BuilderschemaArn(String schemaArn)The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.DatasetUpdateSummary.Builderstatus(String status)The status of the dataset update.-
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 Detail
-
schemaArn
DatasetUpdateSummary.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
- Parameters:
schemaArn- The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DatasetUpdateSummary.Builder status(String status)
The status of the dataset update.
- Parameters:
status- The status of the dataset update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
DatasetUpdateSummary.Builder failureReason(String failureReason)
If updating a dataset fails, provides the reason why.
- Parameters:
failureReason- If updating a dataset fails, provides the reason why.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
DatasetUpdateSummary.Builder creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset update.
- Parameters:
creationDateTime- The creation date and time (in Unix time) of the dataset update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
DatasetUpdateSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last update date and time (in Unix time) of the dataset.
- Parameters:
lastUpdatedDateTime- The last update date and time (in Unix time) of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-