CopyableBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>
, SdkBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>
public static interface DescribeSnapshotAttributeRequest.Builder extends CopyableBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeSnapshotAttributeRequest.Builder |
attribute(String attribute) |
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest.Builder |
attribute(SnapshotAttributeName attribute) |
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId) |
The ID of the EBS snapshot.
|
copy
apply, build
DescribeSnapshotAttributeRequest.Builder attribute(String attribute)
The snapshot attribute you would like to view.
attribute
- The snapshot attribute you would like to view.SnapshotAttributeName
DescribeSnapshotAttributeRequest.Builder attribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
attribute
- The snapshot attribute you would like to view.SnapshotAttributeName
DescribeSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the EBS snapshot.
snapshotId
- The ID of the EBS snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.