Interface DatasetSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetSummary.Builder,,DatasetSummary> SdkBuilder<DatasetSummary.Builder,,DatasetSummary> SdkPojo
- Enclosing class:
DatasetSummary
@Mutable
@NotThreadSafe
public static interface DatasetSummary.Builder
extends SdkPojo, CopyableBuilder<DatasetSummary.Builder,DatasetSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the dataset was created.datasetArn(String datasetArn) The Amazon Resource Name (ARN) of the dataset.The unique identifier of the dataset.datasetName(String datasetName) The name of the dataset.description(String description) The description of the dataset.draftStatus(String draftStatus) Publish synchronization state.draftStatus(DraftStatus draftStatus) Publish synchronization state.exampleCount(Long exampleCount) The number of examples in the dataset.schemaType(String schemaType) The schema type of the dataset.schemaType(DatasetSchemaType schemaType) The schema type of the dataset.The current status of the dataset.status(DatasetStatus status) The current status of the dataset.The timestamp when the dataset was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
datasetArn
The Amazon Resource Name (ARN) of the dataset.
- Parameters:
datasetArn- The Amazon Resource Name (ARN) of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetId
The unique identifier of the dataset.
- Parameters:
datasetId- The unique identifier of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetName
The name of the dataset.
- Parameters:
datasetName- The name of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the dataset.
- Parameters:
description- The description of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the dataset.
- Parameters:
status- The current status of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the dataset.
- Parameters:
status- The current status of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
draftStatus
Publish synchronization state. Only authoritative when status is ACTIVE.
- Parameters:
draftStatus- Publish synchronization state. Only authoritative when status is ACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
draftStatus
Publish synchronization state. Only authoritative when status is ACTIVE.
- Parameters:
draftStatus- Publish synchronization state. Only authoritative when status is ACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaType
The schema type of the dataset.
- Parameters:
schemaType- The schema type of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaType
The schema type of the dataset.
- Parameters:
schemaType- The schema type of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exampleCount
The number of examples in the dataset.
- Parameters:
exampleCount- The number of examples in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the dataset was created.
- Parameters:
createdAt- The timestamp when the dataset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the dataset was last updated.
- Parameters:
updatedAt- The timestamp when the dataset was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-