public static interface VPCDerivedInfoStatus.Builder extends CopyableBuilder<VPCDerivedInfoStatus.Builder,VPCDerivedInfoStatus>
| Modifier and Type | Method and Description |
|---|---|
default VPCDerivedInfoStatus.Builder |
options(Consumer<VPCDerivedInfo.Builder> options)
Specifies the VPC options for the specified Elasticsearch domain.
|
VPCDerivedInfoStatus.Builder |
options(VPCDerivedInfo options)
Specifies the VPC options for the specified Elasticsearch domain.
|
default VPCDerivedInfoStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Specifies the status of the VPC options for the specified Elasticsearch domain.
|
VPCDerivedInfoStatus.Builder |
status(OptionStatus status)
Specifies the status of the VPC options for the specified Elasticsearch domain.
|
copyapply, buildVPCDerivedInfoStatus.Builder options(VPCDerivedInfo options)
Specifies the VPC options for the specified Elasticsearch domain.
options - Specifies the VPC options for the specified Elasticsearch domain.default VPCDerivedInfoStatus.Builder options(Consumer<VPCDerivedInfo.Builder> options)
Specifies the VPC options for the specified Elasticsearch domain.
This is a convenience that creates an instance of theVPCDerivedInfo.Builder avoiding the need to
create one manually via VPCDerivedInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to options(VPCDerivedInfo).options - a consumer that will call methods on VPCDerivedInfo.Builderoptions(VPCDerivedInfo)VPCDerivedInfoStatus.Builder status(OptionStatus status)
Specifies the status of the VPC options for the specified Elasticsearch domain.
status - Specifies the status of the VPC options for the specified Elasticsearch domain.default VPCDerivedInfoStatus.Builder status(Consumer<OptionStatus.Builder> status)
Specifies the status of the VPC 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.