Interface ListEndpointsByPlatformApplicationResponse.Builder

    • Method Detail

      • endpoints

        ListEndpointsByPlatformApplicationResponse.Builder endpoints​(Collection<Endpoint> endpoints)

        Endpoints returned for ListEndpointsByPlatformApplication action.

        Parameters:
        endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        ListEndpointsByPlatformApplicationResponse.Builder endpoints​(Endpoint... endpoints)

        Endpoints returned for ListEndpointsByPlatformApplication action.

        Parameters:
        endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEndpointsByPlatformApplicationResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - NextToken string is returned when calling ListEndpointsByPlatformApplication 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.