Interface ListServiceTemplateVersionsRequest.Builder

    • Method Detail

      • majorVersion

        ListServiceTemplateVersionsRequest.Builder majorVersion​(String majorVersion)

        To view a list of minor of versions under a major version of a service template, include major Version.

        To view a list of major versions of a service template, exclude major Version.

        Parameters:
        majorVersion - To view a list of minor of versions under a major version of a service template, include major Version.

        To view a list of major versions of a service template, exclude major Version.

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

        ListServiceTemplateVersionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of major or minor versions of a service template to list.

        Parameters:
        maxResults - The maximum number of major or minor versions of a service template to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListServiceTemplateVersionsRequest.Builder nextToken​(String nextToken)

        A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.

        Parameters:
        nextToken - A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateName

        ListServiceTemplateVersionsRequest.Builder templateName​(String templateName)

        The name of the service template.

        Parameters:
        templateName - The name of the service template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.