Interface GetTableBucketMaintenanceConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTableBucketMaintenanceConfigurationResponse.Builder,GetTableBucketMaintenanceConfigurationResponse>,S3TablesResponse.Builder,SdkBuilder<GetTableBucketMaintenanceConfigurationResponse.Builder,GetTableBucketMaintenanceConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTableBucketMaintenanceConfigurationResponse
public static interface GetTableBucketMaintenanceConfigurationResponse.Builder extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetTableBucketMaintenanceConfigurationResponse.Builder,GetTableBucketMaintenanceConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableBucketMaintenanceConfigurationResponse.Builderconfiguration(Map<TableBucketMaintenanceType,TableBucketMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableBucketMaintenanceConfigurationResponse.BuilderconfigurationWithStrings(Map<String,TableBucketMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableBucketMaintenanceConfigurationResponse.BuildertableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.-
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
-
tableBucketARN
GetTableBucketMaintenanceConfigurationResponse.Builder tableBucketARN(String tableBucketARN)
The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationWithStrings
GetTableBucketMaintenanceConfigurationResponse.Builder configurationWithStrings(Map<String,TableBucketMaintenanceConfigurationValue> 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
GetTableBucketMaintenanceConfigurationResponse.Builder configuration(Map<TableBucketMaintenanceType,TableBucketMaintenanceConfigurationValue> 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.
-
-