Interface VpcOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcOptions.Builder,
,VpcOptions> SdkBuilder<VpcOptions.Builder,
,VpcOptions> SdkPojo
- Enclosing class:
VpcOptions
@Mutable
@NotThreadSafe
public static interface VpcOptions.Builder
extends SdkPojo, CopyableBuilder<VpcOptions.Builder,VpcOptions>
-
Method Summary
Modifier and TypeMethodDescriptionapplianceModeSupport
(Boolean applianceModeSupport) Indicates whether appliance mode is supported.dnsSupport
(Boolean dnsSupport) Indicates whether DNS is supported.ipv6Support
(Boolean ipv6Support) Indicates whether IPv6 is supported.securityGroupReferencingSupport
(Boolean securityGroupReferencingSupport) Indicates whether security group referencing is enabled for this VPC attachment.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
-
ipv6Support
Indicates whether IPv6 is supported.
- Parameters:
ipv6Support
- Indicates whether IPv6 is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applianceModeSupport
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.- Parameters:
applianceModeSupport
- Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value isfalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsSupport
Indicates whether DNS is supported.
- Parameters:
dnsSupport
- Indicates whether DNS is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupReferencingSupport
Indicates whether security group referencing is enabled for this VPC attachment. The default is
true
. However, at the core network policy-level the default is set tofalse
.- Parameters:
securityGroupReferencingSupport
- Indicates whether security group referencing is enabled for this VPC attachment. The default istrue
. However, at the core network policy-level the default is set tofalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-