CopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>
, SdkBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>
public static interface ResetSnapshotAttributeRequest.Builder extends CopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>
Modifier and Type | Method | Description |
---|---|---|
ResetSnapshotAttributeRequest.Builder |
attribute(String attribute) |
The attribute to reset.
|
ResetSnapshotAttributeRequest.Builder |
attribute(SnapshotAttributeName attribute) |
The attribute to reset.
|
ResetSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId) |
The ID of the snapshot.
|
copy
apply, build
ResetSnapshotAttributeRequest.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
ResetSnapshotAttributeRequest.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
ResetSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId
- The ID of the snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.