Interface PutTableBucketMaintenanceConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutTableBucketMaintenanceConfigurationRequest.Builder,PutTableBucketMaintenanceConfigurationRequest>,S3TablesRequest.Builder,SdkBuilder<PutTableBucketMaintenanceConfigurationRequest.Builder,PutTableBucketMaintenanceConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutTableBucketMaintenanceConfigurationRequest
public static interface PutTableBucketMaintenanceConfigurationRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<PutTableBucketMaintenanceConfigurationRequest.Builder,PutTableBucketMaintenanceConfigurationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableBucketARN
PutTableBucketMaintenanceConfigurationRequest.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.
-
type
PutTableBucketMaintenanceConfigurationRequest.Builder type(String type)
The type of the maintenance configuration.
- Parameters:
type- The type of the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableBucketMaintenanceType,TableBucketMaintenanceType
-
type
PutTableBucketMaintenanceConfigurationRequest.Builder type(TableBucketMaintenanceType type)
The type of the maintenance configuration.
- Parameters:
type- The type of the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableBucketMaintenanceType,TableBucketMaintenanceType
-
value
PutTableBucketMaintenanceConfigurationRequest.Builder value(TableBucketMaintenanceConfigurationValue value)
Defines the values of the maintenance configuration for the table bucket.
- Parameters:
value- Defines the values of the maintenance configuration for the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
default PutTableBucketMaintenanceConfigurationRequest.Builder value(Consumer<TableBucketMaintenanceConfigurationValue.Builder> value)
Defines the values of the maintenance configuration for the table bucket.
This is a convenience method that creates an instance of theTableBucketMaintenanceConfigurationValue.Builderavoiding the need to create one manually viaTableBucketMaintenanceConfigurationValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(TableBucketMaintenanceConfigurationValue).- Parameters:
value- a consumer that will call methods onTableBucketMaintenanceConfigurationValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
value(TableBucketMaintenanceConfigurationValue)
-
overrideConfiguration
PutTableBucketMaintenanceConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutTableBucketMaintenanceConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-