Interface DescribeDeliveryDestinationsResponse.Builder

    • Method Detail

      • deliveryDestinations

        DescribeDeliveryDestinationsResponse.Builder deliveryDestinations​(Collection<DeliveryDestination> deliveryDestinations)

        An array of structures. Each structure contains information about one delivery destination in the account.

        Parameters:
        deliveryDestinations - An array of structures. Each structure contains information about one delivery destination in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deliveryDestinations

        DescribeDeliveryDestinationsResponse.Builder deliveryDestinations​(DeliveryDestination... deliveryDestinations)

        An array of structures. Each structure contains information about one delivery destination in the account.

        Parameters:
        deliveryDestinations - An array of structures. Each structure contains information about one delivery destination in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeDeliveryDestinationsResponse.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.