public static interface AttachClassicLinkVpcRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AttachClassicLinkVpcRequest.Builder,AttachClassicLinkVpcRequest>
| Modifier and Type | Method and Description |
|---|---|
AttachClassicLinkVpcRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachClassicLinkVpcRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.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.BuilderAttachClassicLinkVpcRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.