Interface ListDestinationsResponse.Builder

    • Method Detail

      • nextToken

        ListDestinationsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        ListDestinationsResponse.Builder destinations​(Collection<Destination> destinations)
        Sets the value of the Destinations property for this object.
        Parameters:
        destinations - The new value for the Destinations property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        ListDestinationsResponse.Builder destinations​(Destination... destinations)
        Sets the value of the Destinations property for this object.
        Parameters:
        destinations - The new value for the Destinations property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.