Interface TableMaintenanceConfigurationValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableMaintenanceConfigurationValue.Builder,
,TableMaintenanceConfigurationValue> SdkBuilder<TableMaintenanceConfigurationValue.Builder,
,TableMaintenanceConfigurationValue> SdkPojo
- Enclosing class:
TableMaintenanceConfigurationValue
@Mutable
@NotThreadSafe
public static interface TableMaintenanceConfigurationValue.Builder
extends SdkPojo, CopyableBuilder<TableMaintenanceConfigurationValue.Builder,TableMaintenanceConfigurationValue>
-
Method Summary
Modifier and TypeMethodDescriptionsettings
(Consumer<TableMaintenanceSettings.Builder> settings) Contains details about the settings for the maintenance configuration.settings
(TableMaintenanceSettings settings) Contains details about the settings for 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 for the maintenance configuration.
- Parameters:
settings
- Contains details about the settings for the maintenance configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
default TableMaintenanceConfigurationValue.Builder settings(Consumer<TableMaintenanceSettings.Builder> settings) Contains details about the settings for the maintenance configuration.
This is a convenience method that creates an instance of theTableMaintenanceSettings.Builder
avoiding the need to create one manually viaTableMaintenanceSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosettings(TableMaintenanceSettings)
.- Parameters:
settings
- a consumer that will call methods onTableMaintenanceSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-