Interface ExportTaskStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ExportTaskStatus.Builder,,ExportTaskStatus> SdkBuilder<ExportTaskStatus.Builder,,ExportTaskStatus> SdkPojo
- Enclosing class:
 ExportTaskStatus
public static interface ExportTaskStatus.Builder
extends SdkPojo, CopyableBuilder<ExportTaskStatus.Builder,ExportTaskStatus> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe status code of the export task.code(ExportTaskStatusCode code) The status code of the export task.The status message related to the status code.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, sdkFields 
- 
Method Details
- 
code
The status code of the export task.
- Parameters:
 code- The status code of the export task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
code
The status code of the export task.
- Parameters:
 code- The status code of the export task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
message
The status message related to the status code.
- Parameters:
 message- The status message related to the status code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -