Interface ListPlatformVersionsResponse.Builder

    • Method Detail

      • platformSummaryList

        ListPlatformVersionsResponse.Builder platformSummaryList​(Collection<PlatformSummary> platformSummaryList)

        Summary information about the platform versions.

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

        ListPlatformVersionsResponse.Builder platformSummaryList​(PlatformSummary... platformSummaryList)

        Summary information about the platform versions.

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

        ListPlatformVersionsResponse.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.