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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
kmsKeyArn
The 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.
-
status
The 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:
-
status
The 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:
-
statusReason
If 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.
-
summary
A 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.
-
summary
default 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.Builder
avoiding the need to create one manually viaDataSetExportSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummary(DataSetExportSummary)
.- Parameters:
summary
- a consumer that will call methods onDataSetExportSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taskId
The task identifier.
- Parameters:
taskId
- The task identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-