Interface AttachmentRoutingPolicyAssociationSummary.Builder

  • Method Details

    • attachmentId

      The ID of the attachment associated with the routing policy.

      Parameters:
      attachmentId - The ID of the attachment associated with the routing policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pendingRoutingPolicies

      AttachmentRoutingPolicyAssociationSummary.Builder pendingRoutingPolicies(Collection<String> pendingRoutingPolicies)

      The list of routing policies that are pending association with the attachment.

      Parameters:
      pendingRoutingPolicies - The list of routing policies that are pending association with the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pendingRoutingPolicies

      AttachmentRoutingPolicyAssociationSummary.Builder pendingRoutingPolicies(String... pendingRoutingPolicies)

      The list of routing policies that are pending association with the attachment.

      Parameters:
      pendingRoutingPolicies - The list of routing policies that are pending association with the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedRoutingPolicies

      AttachmentRoutingPolicyAssociationSummary.Builder associatedRoutingPolicies(Collection<String> associatedRoutingPolicies)

      The list of routing policies currently associated with the attachment.

      Parameters:
      associatedRoutingPolicies - The list of routing policies currently associated with the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedRoutingPolicies

      AttachmentRoutingPolicyAssociationSummary.Builder associatedRoutingPolicies(String... associatedRoutingPolicies)

      The list of routing policies currently associated with the attachment.

      Parameters:
      associatedRoutingPolicies - The list of routing policies currently associated with the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routingPolicyLabel

      AttachmentRoutingPolicyAssociationSummary.Builder routingPolicyLabel(String routingPolicyLabel)

      The routing policy label associated with the attachment.

      Parameters:
      routingPolicyLabel - The routing policy label associated with the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.