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)
Options to configure endpoint for the Elasticsearch domain.
|
DomainEndpointOptionsStatus.Builder |
options(DomainEndpointOptions options)
Options to configure endpoint for the Elasticsearch domain.
|
default DomainEndpointOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the endpoint options for the Elasticsearch domain.
|
DomainEndpointOptionsStatus.Builder |
status(OptionStatus status)
The status of the endpoint options for the Elasticsearch domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainEndpointOptionsStatus.Builder options(DomainEndpointOptions options)
Options to configure endpoint for the Elasticsearch domain.
options - Options to configure endpoint for the Elasticsearch domain.default DomainEndpointOptionsStatus.Builder options(Consumer<DomainEndpointOptions.Builder> options)
Options to configure endpoint for the Elasticsearch 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 endpoint options for the Elasticsearch domain. See OptionStatus for the status
information that's included.
status - The status of the endpoint options for the Elasticsearch domain. See OptionStatus for the
status information that's included.default DomainEndpointOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the endpoint options for the Elasticsearch domain. See OptionStatus for the status
information that's included.
OptionStatus.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.