public static interface AttachClassicLinkVpcRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AttachClassicLinkVpcRequest.Builder,AttachClassicLinkVpcRequest>
Modifier and Type | Method and Description |
---|---|
AttachClassicLinkVpcRequest.Builder |
groups(Collection<String> groups)
The IDs of the security groups.
|
AttachClassicLinkVpcRequest.Builder |
groups(String... groups)
The IDs of the security groups.
|
AttachClassicLinkVpcRequest.Builder |
instanceId(String instanceId)
The ID of the EC2-Classic instance.
|
AttachClassicLinkVpcRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachClassicLinkVpcRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachClassicLinkVpcRequest.Builder |
vpcId(String vpcId)
The ID of the ClassicLink-enabled VPC.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttachClassicLinkVpcRequest.Builder groups(Collection<String> groups)
The IDs of the security groups. You cannot specify security groups from a different VPC.
groups
- The IDs of the security groups. You cannot specify security groups from a different VPC.AttachClassicLinkVpcRequest.Builder groups(String... groups)
The IDs of the security groups. You cannot specify security groups from a different VPC.
groups
- The IDs of the security groups. You cannot specify security groups from a different VPC.AttachClassicLinkVpcRequest.Builder instanceId(String instanceId)
The ID of the EC2-Classic instance.
instanceId
- The ID of the EC2-Classic instance.AttachClassicLinkVpcRequest.Builder vpcId(String vpcId)
The ID of the ClassicLink-enabled VPC.
vpcId
- The ID of the ClassicLink-enabled VPC.AttachClassicLinkVpcRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AttachClassicLinkVpcRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.