public static interface ModifyLaunchTemplateRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyLaunchTemplateRequest.Builder,ModifyLaunchTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyLaunchTemplateRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
ModifyLaunchTemplateRequest.Builder |
defaultVersion(String defaultVersion)
The version number of the launch template to set as the default version.
|
ModifyLaunchTemplateRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ModifyLaunchTemplateRequest.Builder |
launchTemplateId(String launchTemplateId)
The ID of the launch template.
|
ModifyLaunchTemplateRequest.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
ModifyLaunchTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyLaunchTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyLaunchTemplateRequest.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.ModifyLaunchTemplateRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Constraint: Maximum 128 ASCII characters.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more
information, see Ensuring
idempotency.
Constraint: Maximum 128 ASCII characters.
ModifyLaunchTemplateRequest.Builder launchTemplateId(String launchTemplateId)
The ID of the launch template.
You must specify either the LaunchTemplateId or the LaunchTemplateName, but not
both.
launchTemplateId - The ID of the launch template.
You must specify either the LaunchTemplateId or the LaunchTemplateName, but
not both.
ModifyLaunchTemplateRequest.Builder launchTemplateName(String launchTemplateName)
The name of the launch template.
You must specify either the LaunchTemplateName or the LaunchTemplateId, but not
both.
launchTemplateName - The name of the launch template.
You must specify either the LaunchTemplateName or the LaunchTemplateId, but
not both.
ModifyLaunchTemplateRequest.Builder defaultVersion(String defaultVersion)
The version number of the launch template to set as the default version.
defaultVersion - The version number of the launch template to set as the default version.ModifyLaunchTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyLaunchTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.