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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ResetSnapshotAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ResetSnapshotAttributeRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
build
overrideConfiguration
copy
applyMutation, 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
,
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
,
SnapshotAttributeName
ResetSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId
- The ID of the snapshot.ResetSnapshotAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ResetSnapshotAttributeRequest.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.