public static interface DomainEndpointOptionsStatus.Builder extends SdkPojo, CopyableBuilder<DomainEndpointOptionsStatus.Builder,DomainEndpointOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
default DomainEndpointOptionsStatus.Builder |
options(Consumer<DomainEndpointOptions.Builder> options)
The domain endpoint options configured for the domain.
|
DomainEndpointOptionsStatus.Builder |
options(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
|
default DomainEndpointOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the configured domain endpoint options.
|
DomainEndpointOptionsStatus.Builder |
status(OptionStatus status)
The status of the configured domain endpoint options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainEndpointOptionsStatus.Builder options(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
options - The domain endpoint options configured for the domain.default DomainEndpointOptionsStatus.Builder options(Consumer<DomainEndpointOptions.Builder> options)
The domain endpoint options configured for the domain.
This is a convenience method that creates an instance of theDomainEndpointOptions.Builder avoiding
the need to create one manually via DomainEndpointOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to options(DomainEndpointOptions).
options - a consumer that will call methods on DomainEndpointOptions.Builderoptions(DomainEndpointOptions)DomainEndpointOptionsStatus.Builder status(OptionStatus status)
The status of the configured domain endpoint options.
status - The status of the configured domain endpoint options.default DomainEndpointOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the configured domain endpoint 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 © 2022. All rights reserved.