Interface DeleteLaunchTemplateRequest.Builder

    • Method Detail

      • dryRun

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

        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 LaunchTemplateId or the LaunchTemplateName, but not both.

        Parameters:
        launchTemplateId - The ID of the launch template.

        You must specify either the LaunchTemplateId or the LaunchTemplateName, 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 LaunchTemplateName or the LaunchTemplateId, but not both.

        Parameters:
        launchTemplateName - The name of the launch template.

        You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

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