Interface ListPlatformBranchesResponse.Builder

    • Method Detail

      • platformBranchSummaryList

        ListPlatformBranchesResponse.Builder platformBranchSummaryList​(Collection<PlatformBranchSummary> platformBranchSummaryList)

        Summary information about the platform branches.

        Parameters:
        platformBranchSummaryList - Summary information about the platform branches.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platformBranchSummaryList

        ListPlatformBranchesResponse.Builder platformBranchSummaryList​(PlatformBranchSummary... platformBranchSummaryList)

        Summary information about the platform branches.

        Parameters:
        platformBranchSummaryList - Summary information about the platform branches.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPlatformBranchesResponse.Builder nextToken​(String nextToken)

        In a paginated request, if this value isn't null, it's the token that you can pass in a subsequent request to get the next response page.

        Parameters:
        nextToken - In a paginated request, if this value isn't null, it's the token that you can pass in a subsequent request to get the next response page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.