Interface DatasetMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>,SdkBuilder<DatasetMetadata.Builder,DatasetMetadata>,SdkPojo
- Enclosing class:
- DatasetMetadata
public static interface DatasetMetadata.Builder extends SdkPojo, CopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetMetadata.BuildercreationTimestamp(Instant creationTimestamp)The Unix timestamp for the date and time that the dataset was created.DatasetMetadata.BuilderdatasetArn(String datasetArn)The Amazon Resource Name (ARN) for the dataset.DatasetMetadata.BuilderdatasetType(String datasetType)The type of the dataset.DatasetMetadata.BuilderdatasetType(DatasetType datasetType)The type of the dataset.DatasetMetadata.Builderstatus(String status)The status for the dataset.DatasetMetadata.Builderstatus(DatasetStatus status)The status for the dataset.DatasetMetadata.BuilderstatusMessage(String statusMessage)The status message for the dataset.DatasetMetadata.BuilderstatusMessageCode(String statusMessageCode)The status message code for the dataset operation.DatasetMetadata.BuilderstatusMessageCode(DatasetStatusMessageCode statusMessageCode)The status message code for the dataset operation.-
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
-
creationTimestamp
DatasetMetadata.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the date and time that the dataset was created.
- Parameters:
creationTimestamp- The Unix timestamp for the date and time that the dataset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetType
DatasetMetadata.Builder datasetType(String datasetType)
The type of the dataset.
- Parameters:
datasetType- The type of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetType,DatasetType
-
datasetType
DatasetMetadata.Builder datasetType(DatasetType datasetType)
The type of the dataset.
- Parameters:
datasetType- The type of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetType,DatasetType
-
datasetArn
DatasetMetadata.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) for the dataset.
- Parameters:
datasetArn- The Amazon Resource Name (ARN) for the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DatasetMetadata.Builder status(String status)
The status for the dataset.
- Parameters:
status- The status for the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetStatus,DatasetStatus
-
status
DatasetMetadata.Builder status(DatasetStatus status)
The status for the dataset.
- Parameters:
status- The status for the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetStatus,DatasetStatus
-
statusMessage
DatasetMetadata.Builder statusMessage(String statusMessage)
The status message for the dataset.
- Parameters:
statusMessage- The status message for the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessageCode
DatasetMetadata.Builder statusMessageCode(String statusMessageCode)
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
- Parameters:
statusMessageCode- The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetStatusMessageCode,DatasetStatusMessageCode
-
statusMessageCode
DatasetMetadata.Builder statusMessageCode(DatasetStatusMessageCode statusMessageCode)
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
- Parameters:
statusMessageCode- The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetStatusMessageCode,DatasetStatusMessageCode
-
-