public static interface DescribeSnapshotAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotAttributeRequest.Builder |
attribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest.Builder |
attribute(String attribute)
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeSnapshotAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSnapshotAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId)
The ID of the EBS snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSnapshotAttributeRequest.Builder attribute(String attribute)
The snapshot attribute you would like to view.
attribute - The snapshot attribute you would like to view.SnapshotAttributeName,
SnapshotAttributeNameDescribeSnapshotAttributeRequest.Builder attribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
attribute - The snapshot attribute you would like to view.SnapshotAttributeName,
SnapshotAttributeNameDescribeSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the EBS snapshot.
snapshotId - The ID of the EBS snapshot.DescribeSnapshotAttributeRequest.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.DescribeSnapshotAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSnapshotAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.