Interface RoutingPolicyAssociationDetail.Builder

  • Method Details

    • routingPolicyNames

      RoutingPolicyAssociationDetail.Builder routingPolicyNames(Collection<String> routingPolicyNames)

      The names of the routing policies in the association.

      Parameters:
      routingPolicyNames - The names of the routing policies in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routingPolicyNames

      RoutingPolicyAssociationDetail.Builder routingPolicyNames(String... routingPolicyNames)

      The names of the routing policies in the association.

      Parameters:
      routingPolicyNames - The names of the routing policies in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sharedSegments

      RoutingPolicyAssociationDetail.Builder sharedSegments(Collection<String> sharedSegments)

      The names of the segments that are shared with each other in the association.

      Parameters:
      sharedSegments - The names of the segments that are shared with each other in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sharedSegments

      RoutingPolicyAssociationDetail.Builder sharedSegments(String... sharedSegments)

      The names of the segments that are shared with each other in the association.

      Parameters:
      sharedSegments - The names of the segments that are shared with each other in the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.