Interface DeleteLaunchTemplateVersionsRequest.Builder

    • Method Detail

      • dryRun

        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.

        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

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

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

        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.

        Parameters:
        versions - The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versions

        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.

        Parameters:
        versions - The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.