Interface VPCDerivedInfoStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VPCDerivedInfoStatus.Builder,,VPCDerivedInfoStatus> SdkBuilder<VPCDerivedInfoStatus.Builder,,VPCDerivedInfoStatus> SdkPojo
- Enclosing class:
VPCDerivedInfoStatus
public static interface VPCDerivedInfoStatus.Builder
extends SdkPojo, CopyableBuilder<VPCDerivedInfoStatus.Builder,VPCDerivedInfoStatus>
-
Method Summary
Modifier and TypeMethodDescriptiondefault VPCDerivedInfoStatus.Builderoptions(Consumer<VPCDerivedInfo.Builder> options) Specifies the VPC options for the specified Elasticsearch domain.options(VPCDerivedInfo options) Specifies the VPC options for the specified Elasticsearch domain.default VPCDerivedInfoStatus.Builderstatus(Consumer<OptionStatus.Builder> status) Specifies the status of the VPC options for the specified Elasticsearch domain.status(OptionStatus status) Specifies the status of the VPC options for the specified Elasticsearch domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
options
Specifies the VPC options for the specified Elasticsearch domain.
- Parameters:
options- Specifies the VPC options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
Specifies the VPC options for the specified Elasticsearch domain.
This is a convenience method that creates an instance of theVPCDerivedInfo.Builderavoiding the need to create one manually viaVPCDerivedInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(VPCDerivedInfo).- Parameters:
options- a consumer that will call methods onVPCDerivedInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies the status of the VPC options for the specified Elasticsearch domain.
- Parameters:
status- Specifies the status of the VPC options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Specifies the status of the VPC options for the specified Elasticsearch domain.
This is a convenience method that creates an instance of theOptionStatus.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:
-