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) 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
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) Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
This option is enabled 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 enabled 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
TransitGatewayVpcAttachmentOptions.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 enabled 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 enabled 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
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:
-