Interface ListAllowedRepositoriesForGroupResponse.Builder

    • Method Detail

      • allowedRepositories

        ListAllowedRepositoriesForGroupResponse.Builder allowedRepositories​(Collection<String> allowedRepositories)

        The list of allowed repositories for the package group and origin configuration restriction type.

        Parameters:
        allowedRepositories - The list of allowed repositories for the package group and origin configuration restriction type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedRepositories

        ListAllowedRepositoriesForGroupResponse.Builder allowedRepositories​(String... allowedRepositories)

        The list of allowed repositories for the package group and origin configuration restriction type.

        Parameters:
        allowedRepositories - The list of allowed repositories for the package group and origin configuration restriction type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAllowedRepositoriesForGroupResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.