public static interface SnapshotOptionsStatus.Builder extends SdkPojo, CopyableBuilder<SnapshotOptionsStatus.Builder,SnapshotOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
default SnapshotOptionsStatus.Builder |
options(Consumer<SnapshotOptions.Builder> options)
The daily snapshot options specified for the domain.
|
SnapshotOptionsStatus.Builder |
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.
|
SnapshotOptionsStatus.Builder |
status(OptionStatus status)
The status of a daily automated snapshot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotOptionsStatus.Builder options(SnapshotOptions options)
The daily snapshot options specified for the domain.
options - The daily snapshot options specified for the domain.default SnapshotOptionsStatus.Builder options(Consumer<SnapshotOptions.Builder> 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 via SnapshotOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to options(SnapshotOptions).
options - a consumer that will call methods on SnapshotOptions.Builderoptions(SnapshotOptions)SnapshotOptionsStatus.Builder status(OptionStatus status)
The status of a daily automated snapshot.
status - The status of a daily automated snapshot.default SnapshotOptionsStatus.Builder status(Consumer<OptionStatus.Builder> 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 via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).
status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2022. All rights reserved.