public static interface ResetSnapshotAttributeRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
ResetSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
buildrequestOverrideConfig, requestOverrideConfigResetSnapshotAttributeRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.