public static interface DescribeVolumeAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeVolumeAttributeRequest.Builder,DescribeVolumeAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeVolumeAttributeRequest.Builder |
attribute(String attribute)
The attribute of the volume.
|
DescribeVolumeAttributeRequest.Builder |
attribute(VolumeAttributeName attribute)
The attribute of the volume.
|
DescribeVolumeAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeVolumeAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeVolumeAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeVolumeAttributeRequest.Builder |
volumeId(String volumeId)
The ID of the volume.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVolumeAttributeRequest.Builder attribute(String attribute)
The attribute of the volume. This parameter is required.
attribute - The attribute of the volume. This parameter is required.VolumeAttributeName,
VolumeAttributeNameDescribeVolumeAttributeRequest.Builder attribute(VolumeAttributeName attribute)
The attribute of the volume. This parameter is required.
attribute - The attribute of the volume. This parameter is required.VolumeAttributeName,
VolumeAttributeNameDescribeVolumeAttributeRequest.Builder volumeId(String volumeId)
The ID of the volume.
volumeId - The ID of the volume.DescribeVolumeAttributeRequest.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.DescribeVolumeAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeVolumeAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.