Interface SnapshotOptionsStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnapshotOptionsStatus.Builder,
,SnapshotOptionsStatus> SdkBuilder<SnapshotOptionsStatus.Builder,
,SnapshotOptionsStatus> SdkPojo
- Enclosing class:
SnapshotOptionsStatus
@Mutable
@NotThreadSafe
public static interface SnapshotOptionsStatus.Builder
extends SdkPojo, CopyableBuilder<SnapshotOptionsStatus.Builder,SnapshotOptionsStatus>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SnapshotOptionsStatus.Builder
options
(Consumer<SnapshotOptions.Builder> options) The daily snapshot options specified for the domain.options
(SnapshotOptions options) The daily snapshot options specified for the domain.default SnapshotOptionsStatus.Builder
status
(Consumer<OptionStatus.Builder> status) The status of a daily automated snapshot.status
(OptionStatus status) The status of a daily automated snapshot.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
-
options
The daily snapshot options specified for the domain.
- Parameters:
options
- The daily snapshot options specified for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
The daily snapshot options specified for the domain.
This is a convenience method that creates an instance of theSnapshotOptions.Builder
avoiding the need to create one manually viaSnapshotOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooptions(SnapshotOptions)
.- Parameters:
options
- a consumer that will call methods onSnapshotOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a daily automated snapshot.
- Parameters:
status
- The status of a daily automated snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a daily automated snapshot.
This is a convenience method that creates an instance of theOptionStatus.Builder
avoiding the need to create one manually viaOptionStatus.builder()
.When the
Consumer
completes,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:
-