Interface DatasetExportJobSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DatasetExportJobSummary.Builder,,- DatasetExportJobSummary> - SdkBuilder<DatasetExportJobSummary.Builder,,- DatasetExportJobSummary> - SdkPojo
- Enclosing class:
- DatasetExportJobSummary
@Mutable
@NotThreadSafe
public static interface DatasetExportJobSummary.Builder
extends SdkPojo, CopyableBuilder<DatasetExportJobSummary.Builder,DatasetExportJobSummary> 
- 
Method SummaryModifier and TypeMethodDescriptioncreationDateTime(Instant creationDateTime) The date and time (in Unix time) that the dataset export job was created.datasetExportJobArn(String datasetExportJobArn) The Amazon Resource Name (ARN) of the dataset export job.failureReason(String failureReason) If a dataset export job fails, the reason behind the failure.The name of the dataset export job.lastUpdatedDateTime(Instant lastUpdatedDateTime) The date and time (in Unix time) that the dataset export job status was last updated.The status of the dataset export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
datasetExportJobArnThe Amazon Resource Name (ARN) of the dataset export job. - Parameters:
- datasetExportJobArn- The Amazon Resource Name (ARN) of the dataset export job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobNameThe name of the dataset export job. - Parameters:
- jobName- The name of the dataset export job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the dataset export job. A dataset export job can be in one of the following states: - 
 CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED 
 - Parameters:
- status- The status of the dataset export job.- A dataset export job can be in one of the following states: - 
        CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
creationDateTimeThe date and time (in Unix time) that the dataset export job was created. - Parameters:
- creationDateTime- The date and time (in Unix time) that the dataset export job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedDateTimeThe date and time (in Unix time) that the dataset export job status was last updated. - Parameters:
- lastUpdatedDateTime- The date and time (in Unix time) that the dataset export job status was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonIf a dataset export job fails, the reason behind the failure. - Parameters:
- failureReason- If a dataset export job fails, the reason behind the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-