Interface Order.Builder

    • Method Detail

      • acknowledgmentStatus

        Order.Builder acknowledgmentStatus​(String acknowledgmentStatus)

        The acknowledgement status of the order.

        Parameters:
        acknowledgmentStatus - The acknowledgement status of the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AcknowledgmentStatus, AcknowledgmentStatus
      • acknowledgmentStatus

        Order.Builder acknowledgmentStatus​(AcknowledgmentStatus acknowledgmentStatus)

        The acknowledgement status of the order.

        Parameters:
        acknowledgmentStatus - The acknowledgement status of the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AcknowledgmentStatus, AcknowledgmentStatus
      • createdAt

        Order.Builder createdAt​(Instant createdAt)

        The creation time of the order.

        Parameters:
        createdAt - The creation time of the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkArn

        Order.Builder networkArn​(String networkArn)

        The Amazon Resource Name (ARN) of the network associated with this order.

        Parameters:
        networkArn - The Amazon Resource Name (ARN) of the network associated with this order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkSiteArn

        Order.Builder networkSiteArn​(String networkSiteArn)

        The Amazon Resource Name (ARN) of the network site associated with this order.

        Parameters:
        networkSiteArn - The Amazon Resource Name (ARN) of the network site associated with this order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orderArn

        Order.Builder orderArn​(String orderArn)

        The Amazon Resource Name (ARN) of the order.

        Parameters:
        orderArn - The Amazon Resource Name (ARN) of the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orderedResources

        Order.Builder orderedResources​(Collection<OrderedResourceDefinition> orderedResources)

        A list of the network resources placed in the order.

        Parameters:
        orderedResources - A list of the network resources placed in the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orderedResources

        Order.Builder orderedResources​(OrderedResourceDefinition... orderedResources)

        A list of the network resources placed in the order.

        Parameters:
        orderedResources - A list of the network resources placed in the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shippingAddress

        Order.Builder shippingAddress​(Address shippingAddress)

        The shipping address of the order.

        Parameters:
        shippingAddress - The shipping address of the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trackingInformation

        Order.Builder trackingInformation​(Collection<TrackingInformation> trackingInformation)

        The tracking information of the order.

        Parameters:
        trackingInformation - The tracking information of the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trackingInformation

        Order.Builder trackingInformation​(TrackingInformation... trackingInformation)

        The tracking information of the order.

        Parameters:
        trackingInformation - The tracking information of the order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.