public static interface OffPeakWindowOptionsStatus.Builder extends SdkPojo, CopyableBuilder<OffPeakWindowOptionsStatus.Builder,OffPeakWindowOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
default OffPeakWindowOptionsStatus.Builder |
options(Consumer<OffPeakWindowOptions.Builder> options)
The domain's off-peak window configuration.
|
OffPeakWindowOptionsStatus.Builder |
options(OffPeakWindowOptions options)
The domain's off-peak window configuration.
|
default OffPeakWindowOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The current status of off-peak window options.
|
OffPeakWindowOptionsStatus.Builder |
status(OptionStatus status)
The current status of off-peak window options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOffPeakWindowOptionsStatus.Builder options(OffPeakWindowOptions options)
The domain's off-peak window configuration.
options - The domain's off-peak window configuration.default OffPeakWindowOptionsStatus.Builder options(Consumer<OffPeakWindowOptions.Builder> options)
The domain's off-peak window configuration.
This is a convenience method that creates an instance of theOffPeakWindowOptions.Builder avoiding
the need to create one manually via OffPeakWindowOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to options(OffPeakWindowOptions).
options - a consumer that will call methods on OffPeakWindowOptions.Builderoptions(OffPeakWindowOptions)OffPeakWindowOptionsStatus.Builder status(OptionStatus status)
The current status of off-peak window options.
status - The current status of off-peak window options.default OffPeakWindowOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The current status of off-peak window options.
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 © 2023. All rights reserved.