Interface DeleteLaunchTemplateRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteLaunchTemplateRequest.Builder,DeleteLaunchTemplateRequest>, Ec2Request.Builder, SdkBuilder<DeleteLaunchTemplateRequest.Builder,DeleteLaunchTemplateRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteLaunchTemplateRequest

  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launchTemplateId

      DeleteLaunchTemplateRequest.Builder launchTemplateId(String launchTemplateId)

      The ID of the launch template.

      You must specify either the launch template ID or the launch template name, but not both.

      Parameters:
      launchTemplateId - The ID of the launch template.

      You must specify either the launch template ID or the launch template name, but not both.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launchTemplateName

      DeleteLaunchTemplateRequest.Builder launchTemplateName(String launchTemplateName)

      The name of the launch template.

      You must specify either the launch template ID or the launch template name, but not both.

      Parameters:
      launchTemplateName - The name of the launch template.

      You must specify either the launch template ID or the launch template name, but not both.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteLaunchTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder