Interface IpamRouteOverlap.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IpamRouteOverlap.Builder,,IpamRouteOverlap> SdkBuilder<IpamRouteOverlap.Builder,,IpamRouteOverlap> SdkPojo
- Enclosing class:
IpamRouteOverlap
@Mutable
@NotThreadSafe
public static interface IpamRouteOverlap.Builder
extends SdkPojo, CopyableBuilder<IpamRouteOverlap.Builder,IpamRouteOverlap>
-
Method Summary
Modifier and TypeMethodDescriptionThe ASN originating the overlapping route.detectedAt(Instant detectedAt) The time when the overlap was detected.The overlapping IP address prefix in CIDR notation.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
-
prefix
The overlapping IP address prefix in CIDR notation.
- Parameters:
prefix- The overlapping IP address prefix in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
asn
The ASN originating the overlapping route.
- Parameters:
asn- The ASN originating the overlapping route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectedAt
The time when the overlap was detected.
- Parameters:
detectedAt- The time when the overlap was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-