Interface ClassicLinkDnsSupport.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClassicLinkDnsSupport.Builder,
,ClassicLinkDnsSupport> SdkBuilder<ClassicLinkDnsSupport.Builder,
,ClassicLinkDnsSupport> SdkPojo
- Enclosing class:
ClassicLinkDnsSupport
@Mutable
@NotThreadSafe
public static interface ClassicLinkDnsSupport.Builder
extends SdkPojo, CopyableBuilder<ClassicLinkDnsSupport.Builder,ClassicLinkDnsSupport>
-
Method Summary
Modifier and TypeMethodDescriptionclassicLinkDnsSupported
(Boolean classicLinkDnsSupported) Indicates whether ClassicLink DNS support is enabled for the VPC.The ID of the VPC.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 Details
-
classicLinkDnsSupported
Indicates whether ClassicLink DNS support is enabled for the VPC.
- Parameters:
classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-