public static interface GetLaunchTemplateDataRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetLaunchTemplateDataRequest.Builder,GetLaunchTemplateDataRequest>
| Modifier and Type | Method and Description |
|---|---|
GetLaunchTemplateDataRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
GetLaunchTemplateDataRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
GetLaunchTemplateDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLaunchTemplateDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLaunchTemplateDataRequest.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.GetLaunchTemplateDataRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.GetLaunchTemplateDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetLaunchTemplateDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.