public static interface DescribeInstanceAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeInstanceAttributeRequest.Builder,DescribeInstanceAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceAttributeRequest.Builder |
attribute(InstanceAttributeName attribute)
The instance attribute.
|
DescribeInstanceAttributeRequest.Builder |
attribute(String attribute)
The instance attribute.
|
DescribeInstanceAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeInstanceAttributeRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
DescribeInstanceAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInstanceAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceAttributeRequest.Builder attribute(String attribute)
The instance attribute.
Note: The enaSupport attribute is not supported at this time.
attribute - The instance attribute.
Note: The enaSupport attribute is not supported at this time.
InstanceAttributeName,
InstanceAttributeNameDescribeInstanceAttributeRequest.Builder attribute(InstanceAttributeName attribute)
The instance attribute.
Note: The enaSupport attribute is not supported at this time.
attribute - The instance attribute.
Note: The enaSupport attribute is not supported at this time.
InstanceAttributeName,
InstanceAttributeNameDescribeInstanceAttributeRequest.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 is UnauthorizedOperation.
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 is UnauthorizedOperation.DescribeInstanceAttributeRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.DescribeInstanceAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstanceAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.