Interface ListBranchesResponse.Builder

    • Method Detail

      • branches

        ListBranchesResponse.Builder branches​(Collection<Branch> branches)

        A list of branches for an Amplify app.

        Parameters:
        branches - A list of branches for an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • branches

        ListBranchesResponse.Builder branches​(Branch... branches)

        A list of branches for an Amplify app.

        Parameters:
        branches - A list of branches for an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBranchesResponse.Builder nextToken​(String nextToken)

        A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

        Parameters:
        nextToken - A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.