Interface VpcDestinationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcDestinationSummary.Builder,VpcDestinationSummary>,SdkBuilder<VpcDestinationSummary.Builder,VpcDestinationSummary>,SdkPojo
- Enclosing class:
- VpcDestinationSummary
public static interface VpcDestinationSummary.Builder extends SdkPojo, CopyableBuilder<VpcDestinationSummary.Builder,VpcDestinationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcDestinationSummary.BuilderroleArn(String roleArn)The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).VpcDestinationSummary.BuildersecurityGroups(String... securityGroups)The security groups of the VPC destination.VpcDestinationSummary.BuildersecurityGroups(Collection<String> securityGroups)The security groups of the VPC destination.VpcDestinationSummary.BuildersubnetIds(String... subnetIds)The subnet IDs of the VPC destination.VpcDestinationSummary.BuildersubnetIds(Collection<String> subnetIds)The subnet IDs of the VPC destination.VpcDestinationSummary.BuildervpcId(String vpcId)The ID of the VPC.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
subnetIds
VpcDestinationSummary.Builder subnetIds(Collection<String> 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
VpcDestinationSummary.Builder subnetIds(String... 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
VpcDestinationSummary.Builder securityGroups(Collection<String> 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
VpcDestinationSummary.Builder securityGroups(String... 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
VpcDestinationSummary.Builder vpcId(String 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
VpcDestinationSummary.Builder roleArn(String 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.
-
-