public static interface DescribeSnapshotAttributeRequest.Builder extends EC2Request.Builder, CopyableBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotAttributeRequest.Builder |
attribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest.Builder |
attribute(String attribute)
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeSnapshotAttributeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId)
The ID of the EBS snapshot.
|
buildrequestOverrideConfigcopyapply, buildDescribeSnapshotAttributeRequest.Builder attribute(String attribute)
The snapshot attribute you would like to view.
attribute - The snapshot attribute you would like to view.SnapshotAttributeName,
SnapshotAttributeNameDescribeSnapshotAttributeRequest.Builder attribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
attribute - The snapshot attribute you would like to view.SnapshotAttributeName,
SnapshotAttributeNameDescribeSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the EBS snapshot.
snapshotId - The ID of the EBS snapshot.DescribeSnapshotAttributeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeSnapshotAttributeRequest.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.