Interface VpcDestinationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VpcDestinationConfiguration.Builder,,VpcDestinationConfiguration> SdkBuilder<VpcDestinationConfiguration.Builder,,VpcDestinationConfiguration> SdkPojo
- Enclosing class:
 VpcDestinationConfiguration
public static interface VpcDestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<VpcDestinationConfiguration.Builder,VpcDestinationConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).securityGroups(String... securityGroups) The security groups of the VPC destination.securityGroups(Collection<String> securityGroups) The security groups of the VPC destination.The subnet IDs of the VPC destination.subnetIds(Collection<String> subnetIds) The subnet IDs of the VPC destination.The ID of the VPC.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, sdkFields 
- 
Method Details
- 
subnetIds
The subnet IDs of the VPC destination.
- Parameters:
 subnetIds- The subnet IDs of the VPC destination.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
The subnet IDs of the VPC destination.
- Parameters:
 subnetIds- The subnet IDs of the VPC destination.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroups
The security groups of the VPC destination.
- Parameters:
 securityGroups- The security groups of the VPC destination.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroups
The security groups of the VPC destination.
- Parameters:
 securityGroups- The security groups of the VPC destination.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcId
The ID of the VPC.
- Parameters:
 vpcId- The ID of the VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
roleArn
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).
- Parameters:
 roleArn- The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -