public static interface VpcDestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<VpcDestinationConfiguration.Builder,VpcDestinationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VpcDestinationConfiguration.Builder |
roleArn(String roleArn)
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).
|
VpcDestinationConfiguration.Builder |
securityGroups(Collection<String> securityGroups)
The security groups of the VPC destination.
|
VpcDestinationConfiguration.Builder |
securityGroups(String... securityGroups)
The security groups of the VPC destination.
|
VpcDestinationConfiguration.Builder |
subnetIds(Collection<String> subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationConfiguration.Builder |
subnetIds(String... subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationConfiguration.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcDestinationConfiguration.Builder subnetIds(Collection<String> subnetIds)
The subnet IDs of the VPC destination.
subnetIds - The subnet IDs of the VPC destination.VpcDestinationConfiguration.Builder subnetIds(String... subnetIds)
The subnet IDs of the VPC destination.
subnetIds - The subnet IDs of the VPC destination.VpcDestinationConfiguration.Builder securityGroups(Collection<String> securityGroups)
The security groups of the VPC destination.
securityGroups - The security groups of the VPC destination.VpcDestinationConfiguration.Builder securityGroups(String... securityGroups)
The security groups of the VPC destination.
securityGroups - The security groups of the VPC destination.VpcDestinationConfiguration.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.VpcDestinationConfiguration.Builder roleArn(String roleArn)
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).
roleArn - The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).Copyright © 2022. All rights reserved.