Interface ModifyTransitGatewayVpcAttachmentRequestOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModifyTransitGatewayVpcAttachmentRequestOptions.Builder,
,ModifyTransitGatewayVpcAttachmentRequestOptions> SdkBuilder<ModifyTransitGatewayVpcAttachmentRequestOptions.Builder,
,ModifyTransitGatewayVpcAttachmentRequestOptions> SdkPojo
- Enclosing class:
ModifyTransitGatewayVpcAttachmentRequestOptions
-
Method Summary
Modifier and TypeMethodDescriptionapplianceModeSupport
(String applianceModeSupport) Enable or disable support for appliance mode.applianceModeSupport
(ApplianceModeSupportValue applianceModeSupport) Enable or disable support for appliance mode.dnsSupport
(String dnsSupport) Enable or disable DNS support.dnsSupport
(DnsSupportValue dnsSupport) Enable or disable DNS support.ipv6Support
(String ipv6Support) Enable or disable IPv6 support.ipv6Support
(Ipv6SupportValue ipv6Support) Enable or disable IPv6 support.securityGroupReferencingSupport
(String securityGroupReferencingSupport) Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.securityGroupReferencingSupport
(SecurityGroupReferencingSupportValue securityGroupReferencingSupport) Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.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
-
dnsSupport
Enable or disable DNS support. The default is
enable
.- Parameters:
dnsSupport
- Enable or disable DNS support. The default isenable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnsSupport
Enable or disable DNS support. The default is
enable
.- Parameters:
dnsSupport
- Enable or disable DNS support. The default isenable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityGroupReferencingSupport
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder securityGroupReferencingSupport(String securityGroupReferencingSupport) Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- Parameters:
securityGroupReferencingSupport
- Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityGroupReferencingSupport
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder securityGroupReferencingSupport(SecurityGroupReferencingSupportValue securityGroupReferencingSupport) Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- Parameters:
securityGroupReferencingSupport
- Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv6Support
Enable or disable IPv6 support. The default is
enable
.- Parameters:
ipv6Support
- Enable or disable IPv6 support. The default isenable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv6Support
Enable or disable IPv6 support. The default is
enable
.- Parameters:
ipv6Support
- Enable or disable IPv6 support. The default isenable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applianceModeSupport
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder applianceModeSupport(String applianceModeSupport) Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is
disable
.- Parameters:
applianceModeSupport
- Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default isdisable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applianceModeSupport
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder applianceModeSupport(ApplianceModeSupportValue applianceModeSupport) Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is
disable
.- Parameters:
applianceModeSupport
- Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default isdisable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-