public static interface DescribeVpcAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeVpcAttributeRequest.Builder,DescribeVpcAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcAttributeRequest.Builder |
attribute(String attribute)
The VPC attribute.
|
DescribeVpcAttributeRequest.Builder |
attribute(VpcAttributeName attribute)
The VPC attribute.
|
DescribeVpcAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeVpcAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeVpcAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeVpcAttributeRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcAttributeRequest.Builder attribute(String attribute)
The VPC attribute.
attribute - The VPC attribute.VpcAttributeName,
VpcAttributeNameDescribeVpcAttributeRequest.Builder attribute(VpcAttributeName attribute)
The VPC attribute.
attribute - The VPC attribute.VpcAttributeName,
VpcAttributeNameDescribeVpcAttributeRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.DescribeVpcAttributeRequest.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.DescribeVpcAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeVpcAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.