public static interface ResetInstanceAttributeRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ResetInstanceAttributeRequest.Builder,ResetInstanceAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetInstanceAttributeRequest.Builder |
attribute(InstanceAttributeName attribute)
The attribute to reset.
|
ResetInstanceAttributeRequest.Builder |
attribute(String attribute)
The attribute to reset.
|
ResetInstanceAttributeRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ResetInstanceAttributeRequest.Builder attribute(String attribute)
The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck. To change an instance attribute, use ModifyInstanceAttribute.
attribute - The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck. To change an instance attribute, use ModifyInstanceAttribute.
InstanceAttributeName,
InstanceAttributeNameResetInstanceAttributeRequest.Builder attribute(InstanceAttributeName attribute)
The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck. To change an instance attribute, use ModifyInstanceAttribute.
attribute - The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck. To change an instance attribute, use ModifyInstanceAttribute.
InstanceAttributeName,
InstanceAttributeNameResetInstanceAttributeRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.Copyright © 2017. All rights reserved.