public static interface EBSOptionsStatus.Builder extends CopyableBuilder<EBSOptionsStatus.Builder,EBSOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
default EBSOptionsStatus.Builder |
options(Consumer<EBSOptions.Builder> options)
Specifies the EBS options for the specified Elasticsearch domain.
|
EBSOptionsStatus.Builder |
options(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
default EBSOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
|
EBSOptionsStatus.Builder |
status(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
|
copyapply, buildEBSOptionsStatus.Builder options(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
options - Specifies the EBS options for the specified Elasticsearch domain.default EBSOptionsStatus.Builder options(Consumer<EBSOptions.Builder> options)
Specifies the EBS options for the specified Elasticsearch domain.
This is a convenience that creates an instance of theEBSOptions.Builder avoiding the need to create
one manually via EBSOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to options(EBSOptions).options - a consumer that will call methods on EBSOptions.Builderoptions(EBSOptions)EBSOptionsStatus.Builder status(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
status - Specifies the status of the EBS options for the specified Elasticsearch domain.default EBSOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
Specifies the status of the EBS options for the specified Elasticsearch domain.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.