Interface GetTableMaintenanceJobStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTableMaintenanceJobStatusResponse.Builder,GetTableMaintenanceJobStatusResponse>,S3TablesResponse.Builder,SdkBuilder<GetTableMaintenanceJobStatusResponse.Builder,GetTableMaintenanceJobStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTableMaintenanceJobStatusResponse
public static interface GetTableMaintenanceJobStatusResponse.Builder extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetTableMaintenanceJobStatusResponse.Builder,GetTableMaintenanceJobStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableMaintenanceJobStatusResponse.Builderstatus(Map<TableMaintenanceJobType,TableMaintenanceJobStatusValue> status)The status of the maintenance job.GetTableMaintenanceJobStatusResponse.BuilderstatusWithStrings(Map<String,TableMaintenanceJobStatusValue> status)The status of the maintenance job.GetTableMaintenanceJobStatusResponse.BuildertableARN(String tableARN)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 Detail
-
tableARN
GetTableMaintenanceJobStatusResponse.Builder tableARN(String 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.
-
-