Interface TransitGatewayVpcAttachmentOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransitGatewayVpcAttachmentOptions.Builder,
,TransitGatewayVpcAttachmentOptions> SdkBuilder<TransitGatewayVpcAttachmentOptions.Builder,
,TransitGatewayVpcAttachmentOptions> SdkPojo
- Enclosing class:
TransitGatewayVpcAttachmentOptions
-
Method Summary
Modifier and TypeMethodDescriptionapplianceModeSupport
(String applianceModeSupport) Indicates whether appliance mode support is enabled.applianceModeSupport
(ApplianceModeSupportValue applianceModeSupport) Indicates whether appliance mode support is enabled.dnsSupport
(String dnsSupport) Indicates whether DNS support is enabled.dnsSupport
(DnsSupportValue dnsSupport) Indicates whether DNS support is enabled.ipv6Support
(String ipv6Support) Indicates whether IPv6 support is disabled.ipv6Support
(Ipv6SupportValue ipv6Support) Indicates whether IPv6 support is disabled.securityGroupReferencingSupport
(String securityGroupReferencingSupport) securityGroupReferencingSupport
(SecurityGroupReferencingSupportValue securityGroupReferencingSupport) 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, sdkFields
-
Method Details
-
dnsSupport
Indicates whether DNS support is enabled.
- Parameters:
dnsSupport
- Indicates whether DNS support is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnsSupport
Indicates whether DNS support is enabled.
- Parameters:
dnsSupport
- Indicates whether DNS support is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityGroupReferencingSupport
TransitGatewayVpcAttachmentOptions.Builder securityGroupReferencingSupport(String securityGroupReferencingSupport) This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
- Parameters:
securityGroupReferencingSupport
-This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityGroupReferencingSupport
TransitGatewayVpcAttachmentOptions.Builder securityGroupReferencingSupport(SecurityGroupReferencingSupportValue securityGroupReferencingSupport) This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
- Parameters:
securityGroupReferencingSupport
-This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv6Support
Indicates whether IPv6 support is disabled.
- Parameters:
ipv6Support
- Indicates whether IPv6 support is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv6Support
Indicates whether IPv6 support is disabled.
- Parameters:
ipv6Support
- Indicates whether IPv6 support is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applianceModeSupport
Indicates whether appliance mode support is enabled.
- Parameters:
applianceModeSupport
- Indicates whether appliance mode support is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applianceModeSupport
TransitGatewayVpcAttachmentOptions.Builder applianceModeSupport(ApplianceModeSupportValue applianceModeSupport) Indicates whether appliance mode support is enabled.
- Parameters:
applianceModeSupport
- Indicates whether appliance mode support is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-