public static interface DescribeAccountAttributesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesRequest.Builder,DescribeAccountAttributesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountAttributesRequest.Builder attributeNamesWithStrings(Collection<String> attributeNames)
The account attribute names.
attributeNames - The account attribute names.DescribeAccountAttributesRequest.Builder attributeNamesWithStrings(String... attributeNames)
The account attribute names.
attributeNames - The account attribute names.DescribeAccountAttributesRequest.Builder attributeNames(Collection<AccountAttributeName> attributeNames)
The account attribute names.
attributeNames - The account attribute names.DescribeAccountAttributesRequest.Builder attributeNames(AccountAttributeName... attributeNames)
The account attribute names.
attributeNames - The account attribute names.DescribeAccountAttributesRequest.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.DescribeAccountAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAccountAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.