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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassicLinkDnsSupport.BuilderclassicLinkDnsSupported(Boolean classicLinkDnsSupported)Indicates whether ClassicLink DNS support is enabled for the VPC.ClassicLinkDnsSupport.BuildervpcId(String vpcId)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 Detail
-
classicLinkDnsSupported
ClassicLinkDnsSupport.Builder classicLinkDnsSupported(Boolean 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
ClassicLinkDnsSupport.Builder vpcId(String 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.
-
-