Interface DescribeDeliverySourcesResponse.Builder

    • Method Detail

      • deliverySources

        DescribeDeliverySourcesResponse.Builder deliverySources​(Collection<DeliverySource> deliverySources)

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

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

        DescribeDeliverySourcesResponse.Builder deliverySources​(DeliverySource... deliverySources)

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

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

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