Interface PutTableMaintenanceConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutTableMaintenanceConfigurationRequest.Builder,PutTableMaintenanceConfigurationRequest>,S3TablesRequest.Builder,SdkBuilder<PutTableMaintenanceConfigurationRequest.Builder,PutTableMaintenanceConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutTableMaintenanceConfigurationRequest
public static interface PutTableMaintenanceConfigurationRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<PutTableMaintenanceConfigurationRequest.Builder,PutTableMaintenanceConfigurationRequest>
-
-
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
PutTableMaintenanceConfigurationRequest.Builder tableBucketARN(String tableBucketARN)
The Amazon Resource Name (ARN) of the table associated with the maintenance configuration.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table associated with the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
PutTableMaintenanceConfigurationRequest.Builder namespace(String namespace)
The namespace of the table.
- Parameters:
namespace- The namespace of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PutTableMaintenanceConfigurationRequest.Builder name(String name)
The name of the maintenance configuration.
- Parameters:
name- The name of the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
PutTableMaintenanceConfigurationRequest.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:
TableMaintenanceType,TableMaintenanceType
-
type
PutTableMaintenanceConfigurationRequest.Builder type(TableMaintenanceType 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:
TableMaintenanceType,TableMaintenanceType
-
value
PutTableMaintenanceConfigurationRequest.Builder value(TableMaintenanceConfigurationValue value)
Defines the values of the maintenance configuration for the table.
- Parameters:
value- Defines the values of the maintenance configuration for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
default PutTableMaintenanceConfigurationRequest.Builder value(Consumer<TableMaintenanceConfigurationValue.Builder> value)
Defines the values of the maintenance configuration for the table.
This is a convenience method that creates an instance of theTableMaintenanceConfigurationValue.Builderavoiding the need to create one manually viaTableMaintenanceConfigurationValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(TableMaintenanceConfigurationValue).- Parameters:
value- a consumer that will call methods onTableMaintenanceConfigurationValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
value(TableMaintenanceConfigurationValue)
-
overrideConfiguration
PutTableMaintenanceConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutTableMaintenanceConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-