Interface AddEndpointsResponse.Builder

    • Method Detail

      • endpointDescriptions

        AddEndpointsResponse.Builder endpointDescriptions​(Collection<EndpointDescription> endpointDescriptions)

        The list of endpoint objects.

        Parameters:
        endpointDescriptions - The list of endpoint objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointDescriptions

        AddEndpointsResponse.Builder endpointDescriptions​(EndpointDescription... endpointDescriptions)

        The list of endpoint objects.

        Parameters:
        endpointDescriptions - The list of endpoint objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointGroupArn

        AddEndpointsResponse.Builder endpointGroupArn​(String endpointGroupArn)

        The Amazon Resource Name (ARN) of the endpoint group.

        Parameters:
        endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.