Interface ListMultiRegionEndpointsResponse.Builder

    • Method Detail

      • multiRegionEndpoints

        ListMultiRegionEndpointsResponse.Builder multiRegionEndpoints​(Collection<MultiRegionEndpoint> multiRegionEndpoints)

        An array that contains key multi-region endpoint (global-endpoint) properties.

        Parameters:
        multiRegionEndpoints - An array that contains key multi-region endpoint (global-endpoint) properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multiRegionEndpoints

        ListMultiRegionEndpointsResponse.Builder multiRegionEndpoints​(MultiRegionEndpoint... multiRegionEndpoints)

        An array that contains key multi-region endpoint (global-endpoint) properties.

        Parameters:
        multiRegionEndpoints - An array that contains key multi-region endpoint (global-endpoint) properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMultiRegionEndpointsResponse.Builder nextToken​(String nextToken)

        A token indicating that there are additional multi-region endpoints (global-endpoints) available to be listed. Pass this token to a subsequent ListMultiRegionEndpoints call to retrieve the next page.

        Parameters:
        nextToken - A token indicating that there are additional multi-region endpoints (global-endpoints) available to be listed. Pass this token to a subsequent ListMultiRegionEndpoints call to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.