Interface DescribeRepositoryCreationTemplatesResponse.Builder

    • Method Detail

      • registryId

        DescribeRepositoryCreationTemplatesResponse.Builder registryId​(String registryId)

        The registry ID associated with the request.

        Parameters:
        registryId - The registry ID associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryCreationTemplates

        DescribeRepositoryCreationTemplatesResponse.Builder repositoryCreationTemplates​(RepositoryCreationTemplate... repositoryCreationTemplates)

        The details of the repository creation templates.

        Parameters:
        repositoryCreationTemplates - The details of the repository creation templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRepositoryCreationTemplatesResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future DescribeRepositoryCreationTemplates request. When the results of a DescribeRepositoryCreationTemplates request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future DescribeRepositoryCreationTemplates request. When the results of a DescribeRepositoryCreationTemplates request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.