Interface DomainEndpointOptionsStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DomainEndpointOptionsStatus.Builder,DomainEndpointOptionsStatus>,SdkBuilder<DomainEndpointOptionsStatus.Builder,DomainEndpointOptionsStatus>,SdkPojo
- Enclosing class:
- DomainEndpointOptionsStatus
public static interface DomainEndpointOptionsStatus.Builder extends SdkPojo, CopyableBuilder<DomainEndpointOptionsStatus.Builder,DomainEndpointOptionsStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DomainEndpointOptionsStatus.Builderoptions(Consumer<DomainEndpointOptions.Builder> options)Options to configure endpoint for the Elasticsearch domain.DomainEndpointOptionsStatus.Builderoptions(DomainEndpointOptions options)Options to configure endpoint for the Elasticsearch domain.default DomainEndpointOptionsStatus.Builderstatus(Consumer<OptionStatus.Builder> status)The status of the endpoint options for the Elasticsearch domain.DomainEndpointOptionsStatus.Builderstatus(OptionStatus status)The status of the endpoint options for the Elasticsearch domain.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
options
DomainEndpointOptionsStatus.Builder options(DomainEndpointOptions options)
Options to configure endpoint for the Elasticsearch domain.
- Parameters:
options- Options to configure endpoint for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
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.Builderavoiding the need to create one manually viaDomainEndpointOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(DomainEndpointOptions).- Parameters:
options- a consumer that will call methods onDomainEndpointOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
options(DomainEndpointOptions)
-
status
DomainEndpointOptionsStatus.Builder status(OptionStatus status)
The status of the endpoint options for the Elasticsearch domain. See
OptionStatusfor the status information that's included.- Parameters:
status- The status of the endpoint options for the Elasticsearch domain. SeeOptionStatusfor the status information that's included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default DomainEndpointOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the endpoint options for the Elasticsearch domain. See
This is a convenience method that creates an instance of theOptionStatusfor the status information that's included.OptionStatus.Builderavoiding the need to create one manually viaOptionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(OptionStatus).- Parameters:
status- a consumer that will call methods onOptionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
status(OptionStatus)
-
-