Interface GetTableMaintenanceJobStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTableMaintenanceJobStatusResponse.Builder,
,GetTableMaintenanceJobStatusResponse> S3TablesResponse.Builder
,SdkBuilder<GetTableMaintenanceJobStatusResponse.Builder,
,GetTableMaintenanceJobStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTableMaintenanceJobStatusResponse
@Mutable
@NotThreadSafe
public static interface GetTableMaintenanceJobStatusResponse.Builder
extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetTableMaintenanceJobStatusResponse.Builder,GetTableMaintenanceJobStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the maintenance job.The status of the maintenance job.The Amazon Resource Name (ARN) of the table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesResponse.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
-
tableARN
The Amazon Resource Name (ARN) of the table.
- Parameters:
tableARN
- The Amazon Resource Name (ARN) of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
GetTableMaintenanceJobStatusResponse.Builder statusWithStrings(Map<String, TableMaintenanceJobStatusValue> status) The status of the maintenance job.
- Parameters:
status
- The status of the maintenance job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetTableMaintenanceJobStatusResponse.Builder status(Map<TableMaintenanceJobType, TableMaintenanceJobStatusValue> status) The status of the maintenance job.
- Parameters:
status
- The status of the maintenance job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-