public static interface ResetSnapshotAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetSnapshotAttributeRequest.Builder |
attribute(SnapshotAttributeName attribute)
The attribute to reset.
|
ResetSnapshotAttributeRequest.Builder |
attribute(String attribute)
The attribute to reset.
|
ResetSnapshotAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ResetSnapshotAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResetSnapshotAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResetSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResetSnapshotAttributeRequest.Builder attribute(String attribute)
The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
attribute - The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.SnapshotAttributeName,
SnapshotAttributeNameResetSnapshotAttributeRequest.Builder attribute(SnapshotAttributeName attribute)
The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
attribute - The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.SnapshotAttributeName,
SnapshotAttributeNameResetSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.ResetSnapshotAttributeRequest.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.ResetSnapshotAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResetSnapshotAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.