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