Interface GetDataSetExportTaskResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetDataSetExportTaskResponse.Builder,,- GetDataSetExportTaskResponse> - M2Response.Builder,- SdkBuilder<GetDataSetExportTaskResponse.Builder,,- GetDataSetExportTaskResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetDataSetExportTaskResponse
@Mutable
@NotThreadSafe
public static interface GetDataSetExportTaskResponse.Builder
extends M2Response.Builder, SdkPojo, CopyableBuilder<GetDataSetExportTaskResponse.Builder,GetDataSetExportTaskResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe identifier of a customer managed key used for exported data set encryption.The status of the task.status(DataSetTaskLifecycle status) The status of the task.statusReason(String statusReason) If dataset export failed, the failure reason will show here.summary(Consumer<DataSetExportSummary.Builder> summary) A summary of the status of the task.summary(DataSetExportSummary summary) A summary of the status of the task.The task identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
kmsKeyArnThe identifier of a customer managed key used for exported data set encryption. - Parameters:
- kmsKeyArn- The identifier of a customer managed key used for exported data set encryption.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the task. - Parameters:
- status- The status of the task.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the task. - Parameters:
- status- The status of the task.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonIf dataset export failed, the failure reason will show here. - Parameters:
- statusReason- If dataset export failed, the failure reason will show here.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
summaryA summary of the status of the task. - Parameters:
- summary- A summary of the status of the task.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
summarydefault GetDataSetExportTaskResponse.Builder summary(Consumer<DataSetExportSummary.Builder> summary) A summary of the status of the task. This is a convenience method that creates an instance of theDataSetExportSummary.Builderavoiding the need to create one manually viaDataSetExportSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummary(DataSetExportSummary).- Parameters:
- summary- a consumer that will call methods on- DataSetExportSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
taskIdThe task identifier. - Parameters:
- taskId- The task identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-