public static interface ResetImageAttributeRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ResetImageAttributeRequest.Builder,ResetImageAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetImageAttributeRequest.Builder |
attribute(ResetImageAttributeName attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
|
ResetImageAttributeRequest.Builder |
attribute(String attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
|
ResetImageAttributeRequest.Builder |
imageId(String imageId)
The ID of the AMI.
|
copyapply, buildResetImageAttributeRequest.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,
ResetImageAttributeNameResetImageAttributeRequest.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,
ResetImageAttributeNameResetImageAttributeRequest.Builder imageId(String imageId)
The ID of the AMI.
imageId - The ID of the AMI.Copyright © 2017. All rights reserved.