Interface GetTableMaintenanceConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTableMaintenanceConfigurationResponse.Builder,
,GetTableMaintenanceConfigurationResponse> S3TablesResponse.Builder
,SdkBuilder<GetTableMaintenanceConfigurationResponse.Builder,
,GetTableMaintenanceConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTableMaintenanceConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetTableMaintenanceConfigurationResponse.Builder
extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetTableMaintenanceConfigurationResponse.Builder,GetTableMaintenanceConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfiguration
(Map<TableMaintenanceType, TableMaintenanceConfigurationValue> configuration) Details about the maintenance configuration for the table bucket.configurationWithStrings
(Map<String, TableMaintenanceConfigurationValue> configuration) Details about the maintenance configuration for the table bucket.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.
-
configurationWithStrings
GetTableMaintenanceConfigurationResponse.Builder configurationWithStrings(Map<String, TableMaintenanceConfigurationValue> configuration) Details about the maintenance configuration for the table bucket.
- Parameters:
configuration
- Details about the maintenance configuration for the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
GetTableMaintenanceConfigurationResponse.Builder configuration(Map<TableMaintenanceType, TableMaintenanceConfigurationValue> configuration) Details about the maintenance configuration for the table bucket.
- Parameters:
configuration
- Details about the maintenance configuration for the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-