Interface ListRepositorySyncDefinitionsResponse.Builder

    • Method Detail

      • repositorySyncDefinitions

        ListRepositorySyncDefinitionsResponse.Builder repositorySyncDefinitions​(Collection<RepositorySyncDefinition> repositorySyncDefinitions)

        The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch.

        Parameters:
        repositorySyncDefinitions - The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositorySyncDefinitions

        ListRepositorySyncDefinitionsResponse.Builder repositorySyncDefinitions​(RepositorySyncDefinition... repositorySyncDefinitions)

        The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch.

        Parameters:
        repositorySyncDefinitions - The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRepositorySyncDefinitionsResponse.Builder nextToken​(String nextToken)

        An enumeration token that, when provided in a request, returns the next batch of the results.

        Parameters:
        nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.