public static interface ResetSnapshotAttributeRequest.Builder extends EC2Request.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)
Add an optional request override configuration.
|
ResetSnapshotAttributeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ResetSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ResetSnapshotAttributeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.