Interface TableBucketMaintenanceConfigurationValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableBucketMaintenanceConfigurationValue.Builder,
,TableBucketMaintenanceConfigurationValue> SdkBuilder<TableBucketMaintenanceConfigurationValue.Builder,
,TableBucketMaintenanceConfigurationValue> SdkPojo
- Enclosing class:
TableBucketMaintenanceConfigurationValue
@Mutable
@NotThreadSafe
public static interface TableBucketMaintenanceConfigurationValue.Builder
extends SdkPojo, CopyableBuilder<TableBucketMaintenanceConfigurationValue.Builder,TableBucketMaintenanceConfigurationValue>
-
Method Summary
Modifier and TypeMethodDescriptionContains details about the settings of the maintenance configuration.settings
(TableBucketMaintenanceSettings settings) Contains details about the settings of the maintenance configuration.The status of the maintenance configuration.status
(MaintenanceStatus status) The status of the maintenance configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
status
The status of the maintenance configuration.
- Parameters:
status
- The status of the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the maintenance configuration.
- Parameters:
status
- The status of the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
settings
Contains details about the settings of the maintenance configuration.
- Parameters:
settings
- Contains details about the settings of the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
default TableBucketMaintenanceConfigurationValue.Builder settings(Consumer<TableBucketMaintenanceSettings.Builder> settings) Contains details about the settings of the maintenance configuration.
This is a convenience method that creates an instance of theTableBucketMaintenanceSettings.Builder
avoiding the need to create one manually viaTableBucketMaintenanceSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosettings(TableBucketMaintenanceSettings)
.- Parameters:
settings
- a consumer that will call methods onTableBucketMaintenanceSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-