Interface PutTableBucketMaintenanceConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutTableBucketMaintenanceConfigurationRequest.Builder,
,PutTableBucketMaintenanceConfigurationRequest> S3TablesRequest.Builder
,SdkBuilder<PutTableBucketMaintenanceConfigurationRequest.Builder,
,PutTableBucketMaintenanceConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutTableBucketMaintenanceConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutTableBucketMaintenanceConfigurationRequest.Builder
extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<PutTableBucketMaintenanceConfigurationRequest.Builder,PutTableBucketMaintenanceConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tableBucketARN
(String tableBucketARN) The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.The type of the maintenance configuration.The type of the maintenance configuration.Defines the values of the maintenance configuration for the table bucket.Defines the values of the maintenance configuration for the table bucket.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 Details
-
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
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:
-
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:
-
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.Builder
avoiding the need to create one manually viaTableBucketMaintenanceConfigurationValue.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
PutTableBucketMaintenanceConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutTableBucketMaintenanceConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-