Interface ListPlatformApplicationsResponse.Builder

    • Method Detail

      • platformApplications

        ListPlatformApplicationsResponse.Builder platformApplications​(Collection<PlatformApplication> platformApplications)

        Platform applications returned when calling ListPlatformApplications action.

        Parameters:
        platformApplications - Platform applications returned when calling ListPlatformApplications action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platformApplications

        ListPlatformApplicationsResponse.Builder platformApplications​(PlatformApplication... platformApplications)

        Platform applications returned when calling ListPlatformApplications action.

        Parameters:
        platformApplications - Platform applications returned when calling ListPlatformApplications action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPlatformApplicationsResponse.Builder nextToken​(String nextToken)

        NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

        Parameters:
        nextToken - NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.