Interface VpcConfigOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcConfigOutput.Builder,
,VpcConfigOutput> SdkBuilder<VpcConfigOutput.Builder,
,VpcConfigOutput> SdkPojo
- Enclosing class:
VpcConfigOutput
@Mutable
@NotThreadSafe
public static interface VpcConfigOutput.Builder
extends SdkPojo, CopyableBuilder<VpcConfigOutput.Builder,VpcConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionipv6AllowedForDualStack
(Boolean ipv6AllowedForDualStack) Indicates whether this canary allows outbound IPv6 traffic if it is connected to dual-stack subnets.securityGroupIds
(String... securityGroupIds) The IDs of the security groups for this canary.securityGroupIds
(Collection<String> securityGroupIds) The IDs of the security groups for this canary.The IDs of the subnets where this canary is to run.subnetIds
(Collection<String> subnetIds) The IDs of the subnets where this canary is to run.The IDs of the VPC where this canary is to run.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
-
vpcId
The IDs of the VPC where this canary is to run.
- Parameters:
vpcId
- The IDs of the VPC where this canary is to run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets where this canary is to run.
- Parameters:
subnetIds
- The IDs of the subnets where this canary is to run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets where this canary is to run.
- Parameters:
subnetIds
- The IDs of the subnets where this canary is to run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups for this canary.
- Parameters:
securityGroupIds
- The IDs of the security groups for this canary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups for this canary.
- Parameters:
securityGroupIds
- The IDs of the security groups for this canary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6AllowedForDualStack
Indicates whether this canary allows outbound IPv6 traffic if it is connected to dual-stack subnets.
- Parameters:
ipv6AllowedForDualStack
- Indicates whether this canary allows outbound IPv6 traffic if it is connected to dual-stack subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-