Interface AutomatedSnapshotPauseOptionsStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedSnapshotPauseOptionsStatus.Builder,,AutomatedSnapshotPauseOptionsStatus> SdkBuilder<AutomatedSnapshotPauseOptionsStatus.Builder,,AutomatedSnapshotPauseOptionsStatus> SdkPojo
- Enclosing class:
AutomatedSnapshotPauseOptionsStatus
@Mutable
@NotThreadSafe
public static interface AutomatedSnapshotPauseOptionsStatus.Builder
extends SdkPojo, CopyableBuilder<AutomatedSnapshotPauseOptionsStatus.Builder,AutomatedSnapshotPauseOptionsStatus>
-
Method Summary
Modifier and TypeMethodDescriptionAutomated snapshot pause options for the domain.options(AutomatedSnapshotPauseOptions options) Automated snapshot pause options for the domain.status(Consumer<OptionStatus.Builder> status) The current status of the automated snapshot pause options for the domain.status(OptionStatus status) The current status of the automated snapshot pause options for the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
options
Automated snapshot pause options for the domain.
- Parameters:
options- Automated snapshot pause options for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
default AutomatedSnapshotPauseOptionsStatus.Builder options(Consumer<AutomatedSnapshotPauseOptions.Builder> options) Automated snapshot pause options for the domain.
This is a convenience method that creates an instance of theAutomatedSnapshotPauseOptions.Builderavoiding the need to create one manually viaAutomatedSnapshotPauseOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(AutomatedSnapshotPauseOptions).- Parameters:
options- a consumer that will call methods onAutomatedSnapshotPauseOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the automated snapshot pause options for the domain.
- Parameters:
status- The current status of the automated snapshot pause options for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the automated snapshot pause options for the domain.
This is a convenience method that creates an instance of theOptionStatus.Builderavoiding the need to create one manually viaOptionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(OptionStatus).- Parameters:
status- a consumer that will call methods onOptionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-