public static interface ResetInstanceAttributeRequest.Builder extends EC2Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigResetInstanceAttributeRequest.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.ResetInstanceAttributeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.