Interface AutomatedSnapshotPauseOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedSnapshotPauseOptions.Builder,,AutomatedSnapshotPauseOptions> SdkBuilder<AutomatedSnapshotPauseOptions.Builder,,AutomatedSnapshotPauseOptions> SdkPojo
- Enclosing class:
AutomatedSnapshotPauseOptions
@Mutable
@NotThreadSafe
public static interface AutomatedSnapshotPauseOptions.Builder
extends SdkPojo, CopyableBuilder<AutomatedSnapshotPauseOptions.Builder,AutomatedSnapshotPauseOptions>
-
Method Summary
Modifier and TypeMethodDescriptionWhether automated snapshot pause is enabled for the domain.The timestamp at which the automated snapshot pause ends.The timestamp at which the automated snapshot pause begins.The current state of the automated snapshot pause.state(PauseState state) The current state of the automated snapshot pause.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
-
enabled
Whether automated snapshot pause is enabled for the domain.
- Parameters:
enabled- Whether automated snapshot pause is enabled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The timestamp at which the automated snapshot pause begins.
- Parameters:
startTime- The timestamp at which the automated snapshot pause begins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp at which the automated snapshot pause ends.
- Parameters:
endTime- The timestamp at which the automated snapshot pause ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the automated snapshot pause. Valid values are
Active,Completed,Scheduled, andDisabled.- Parameters:
state- The current state of the automated snapshot pause. Valid values areActive,Completed,Scheduled, andDisabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the automated snapshot pause. Valid values are
Active,Completed,Scheduled, andDisabled.- Parameters:
state- The current state of the automated snapshot pause. Valid values areActive,Completed,Scheduled, andDisabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-