Interface AsPathSegment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AsPathSegment.Builder,,AsPathSegment> SdkBuilder<AsPathSegment.Builder,,AsPathSegment> SdkPojo
- Enclosing class:
AsPathSegment
@Mutable
@NotThreadSafe
public static interface AsPathSegment.Builder
extends SdkPojo, CopyableBuilder<AsPathSegment.Builder,AsPathSegment>
-
Method Summary
Modifier and TypeMethodDescriptionThe autonomous system (AS) numbers in the segment.path(Collection<Long> path) The autonomous system (AS) numbers in the segment.The type of the AS path segment.pathType(AsPathType pathType) The type of the AS path segment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pathType
The type of the AS path segment.
The valid values are
seq(an orderedAS_SEQUENCE) andset(an unorderedAS_SET).- Parameters:
pathType- The type of the AS path segment.The valid values are
seq(an orderedAS_SEQUENCE) andset(an unorderedAS_SET).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pathType
The type of the AS path segment.
The valid values are
seq(an orderedAS_SEQUENCE) andset(an unorderedAS_SET).- Parameters:
pathType- The type of the AS path segment.The valid values are
seq(an orderedAS_SEQUENCE) andset(an unorderedAS_SET).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
path
The autonomous system (AS) numbers in the segment.
- Parameters:
path- The autonomous system (AS) numbers in the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The autonomous system (AS) numbers in the segment.
- Parameters:
path- The autonomous system (AS) numbers in the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-