Interface ResetSnapshotAttributeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>,Ec2Request.Builder,SdkBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ResetSnapshotAttributeRequest
public static interface ResetSnapshotAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResetSnapshotAttributeRequest.Builderattribute(String attribute)The attribute to reset.ResetSnapshotAttributeRequest.Builderattribute(SnapshotAttributeName attribute)The attribute to reset.ResetSnapshotAttributeRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ResetSnapshotAttributeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ResetSnapshotAttributeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ResetSnapshotAttributeRequest.BuildersnapshotId(String snapshotId)The ID of the snapshot.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
attribute
ResetSnapshotAttributeRequest.Builder attribute(String attribute)
The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
- Parameters:
attribute- The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotAttributeName,SnapshotAttributeName
-
attribute
ResetSnapshotAttributeRequest.Builder attribute(SnapshotAttributeName attribute)
The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
- Parameters:
attribute- The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotAttributeName,SnapshotAttributeName
-
snapshotId
ResetSnapshotAttributeRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot.
- Parameters:
snapshotId- The ID of the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
ResetSnapshotAttributeRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ResetSnapshotAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ResetSnapshotAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-