public static interface VPCDerivedInfoStatus.Builder extends SdkPojo, CopyableBuilder<VPCDerivedInfoStatus.Builder,VPCDerivedInfoStatus>
| Modifier and Type | Method and Description |
|---|---|
default VPCDerivedInfoStatus.Builder |
options(Consumer<VPCDerivedInfo.Builder> options)
The VPC options for the specified domain.
|
VPCDerivedInfoStatus.Builder |
options(VPCDerivedInfo options)
The VPC options for the specified domain.
|
default VPCDerivedInfoStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the VPC options for the specified domain.
|
VPCDerivedInfoStatus.Builder |
status(OptionStatus status)
The status of the VPC options for the specified domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVPCDerivedInfoStatus.Builder options(VPCDerivedInfo options)
The VPC options for the specified domain.
options - The VPC options for the specified domain.default VPCDerivedInfoStatus.Builder options(Consumer<VPCDerivedInfo.Builder> options)
The VPC options for the specified domain.
This is a convenience method 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)
The status of the VPC options for the specified domain.
status - The status of the VPC options for the specified domain.default VPCDerivedInfoStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the VPC options for the specified domain.
This is a convenience method 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 © 2023. All rights reserved.