Interface GetTableMaintenanceConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTableMaintenanceConfigurationResponse.Builder,GetTableMaintenanceConfigurationResponse>,S3TablesResponse.Builder,SdkBuilder<GetTableMaintenanceConfigurationResponse.Builder,GetTableMaintenanceConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTableMaintenanceConfigurationResponse
public static interface GetTableMaintenanceConfigurationResponse.Builder extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetTableMaintenanceConfigurationResponse.Builder,GetTableMaintenanceConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableMaintenanceConfigurationResponse.Builderconfiguration(Map<TableMaintenanceType,TableMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableMaintenanceConfigurationResponse.BuilderconfigurationWithStrings(Map<String,TableMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableMaintenanceConfigurationResponse.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
GetTableMaintenanceConfigurationResponse.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.
-
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.
-
-