Interface VpcTransitConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcTransitConfiguration.Builder,,VpcTransitConfiguration> SdkBuilder<VpcTransitConfiguration.Builder,,VpcTransitConfiguration> SdkPojo
- Enclosing class:
VpcTransitConfiguration
@Mutable
@NotThreadSafe
public static interface VpcTransitConfiguration.Builder
extends SdkPojo, CopyableBuilder<VpcTransitConfiguration.Builder,VpcTransitConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionipv4CidrBlocks(String... ipv4CidrBlocks) A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access.ipv4CidrBlocks(Collection<String> ipv4CidrBlocks) A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access.The ID of the Amazon VPC that you want to connect to the stream group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcId
The ID of the Amazon VPC that you want to connect to the stream group. The VPC must be in the same Amazon Web Services account as the stream group. This value cannot be changed after the stream group is created.
- Parameters:
vpcId- The ID of the Amazon VPC that you want to connect to the stream group. The VPC must be in the same Amazon Web Services account as the stream group. This value cannot be changed after the stream group is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4CidrBlocks
A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.
- Parameters:
ipv4CidrBlocks- A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4CidrBlocks
A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.
- Parameters:
ipv4CidrBlocks- A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-