Interface AutomatedSnapshotPauseRequestOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedSnapshotPauseRequestOptions.Builder,,AutomatedSnapshotPauseRequestOptions> SdkBuilder<AutomatedSnapshotPauseRequestOptions.Builder,,AutomatedSnapshotPauseRequestOptions> SdkPojo
- Enclosing class:
AutomatedSnapshotPauseRequestOptions
@Mutable
@NotThreadSafe
public static interface AutomatedSnapshotPauseRequestOptions.Builder
extends SdkPojo, CopyableBuilder<AutomatedSnapshotPauseRequestOptions.Builder,AutomatedSnapshotPauseRequestOptions>
-
Method Summary
Modifier and TypeMethodDescriptionWhether to enable or disable automated snapshot pause for the domain.The timestamp at which the automated snapshot pause should end.The timestamp at which the automated snapshot pause should begin.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 to enable or disable automated snapshot pause for the domain.
- Parameters:
enabled- Whether to enable or disable automated snapshot pause 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 should begin.
- Parameters:
startTime- The timestamp at which the automated snapshot pause should begin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp at which the automated snapshot pause should end. The maximum allowed duration between
StartTimeandEndTimeis 3 days.- Parameters:
endTime- The timestamp at which the automated snapshot pause should end. The maximum allowed duration betweenStartTimeandEndTimeis 3 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-