CopyableBuilder<ResetImageAttributeRequest.Builder,ResetImageAttributeRequest>
, SdkBuilder<ResetImageAttributeRequest.Builder,ResetImageAttributeRequest>
public static interface ResetImageAttributeRequest.Builder extends CopyableBuilder<ResetImageAttributeRequest.Builder,ResetImageAttributeRequest>
Modifier and Type | Method | Description |
---|---|---|
ResetImageAttributeRequest.Builder |
attribute(String attribute) |
The attribute to reset (currently you can only reset the launch permission attribute).
|
ResetImageAttributeRequest.Builder |
attribute(ResetImageAttributeName attribute) |
The attribute to reset (currently you can only reset the launch permission attribute).
|
ResetImageAttributeRequest.Builder |
imageId(String imageId) |
The ID of the AMI.
|
copy
apply, build
ResetImageAttributeRequest.Builder attribute(String attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
attribute
- The attribute to reset (currently you can only reset the launch permission attribute).ResetImageAttributeName
ResetImageAttributeRequest.Builder attribute(ResetImageAttributeName attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
attribute
- The attribute to reset (currently you can only reset the launch permission attribute).ResetImageAttributeName
ResetImageAttributeRequest.Builder imageId(String imageId)
The ID of the AMI.
imageId
- The ID of the AMI.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.