Interface ListSharedEndpointsResponse.Builder

    • Method Detail

      • endpoints

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

        The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).

        Parameters:
        endpoints - The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        ListSharedEndpointsResponse.Builder endpoints​(Endpoint... endpoints)

        The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).

        Parameters:
        endpoints - The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        ListSharedEndpointsResponse.Builder endpoints​(Consumer<Endpoint.Builder>... endpoints)

        The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).

        This is a convenience method that creates an instance of the Endpoint.Builder avoiding the need to create one manually via Endpoint.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #endpoints(List).

        Parameters:
        endpoints - a consumer that will call methods on Endpoint.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #endpoints(java.util.Collection)
      • nextToken

        ListSharedEndpointsResponse.Builder nextToken​(String nextToken)

        If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.

        Parameters:
        nextToken - If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.