public static interface AdvancedOptionsStatus.Builder extends SdkPojo, CopyableBuilder<AdvancedOptionsStatus.Builder,AdvancedOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
AdvancedOptionsStatus.Builder |
options(Map<String,String> options)
The status of advanced options for the specified domain.
|
default AdvancedOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of advanced options for the specified domain.
|
AdvancedOptionsStatus.Builder |
status(OptionStatus status)
The status of advanced options for the specified domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdvancedOptionsStatus.Builder options(Map<String,String> options)
The status of advanced options for the specified domain.
options - The status of advanced options for the specified domain.AdvancedOptionsStatus.Builder status(OptionStatus status)
The status of advanced options for the specified domain.
status - The status of advanced options for the specified domain.default AdvancedOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of advanced options for the specified domain.
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.