public static interface DescribeSnapshotAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeSnapshotAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId)
The ID of the EBS snapshot.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeSnapshotAttributeRequest.Builder attribute(String attribute)
The snapshot attribute you would like to view.
attribute
- The snapshot attribute you would like to view.SnapshotAttributeName
,
SnapshotAttributeName
DescribeSnapshotAttributeRequest.Builder attribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
attribute
- The snapshot attribute you would like to view.SnapshotAttributeName
,
SnapshotAttributeName
DescribeSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the EBS snapshot.
snapshotId
- The ID of the EBS snapshot.DescribeSnapshotAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeSnapshotAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.