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