public static interface DeleteLaunchTemplateVersionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteLaunchTemplateVersionsRequest.Builder,DeleteLaunchTemplateVersionsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteLaunchTemplateVersionsRequest.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
.DeleteLaunchTemplateVersionsRequest.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.
DeleteLaunchTemplateVersionsRequest.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.
DeleteLaunchTemplateVersionsRequest.Builder versions(Collection<String> versions)
The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.
versions
- The version numbers of one or more launch template versions to delete. You can specify up to 200
launch template version numbers.DeleteLaunchTemplateVersionsRequest.Builder versions(String... versions)
The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.
versions
- The version numbers of one or more launch template versions to delete. You can specify up to 200
launch template version numbers.DeleteLaunchTemplateVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteLaunchTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.