Interface IpamRouteOriginAuthorizationInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IpamRouteOriginAuthorizationInfo.Builder,,IpamRouteOriginAuthorizationInfo> SdkBuilder<IpamRouteOriginAuthorizationInfo.Builder,,IpamRouteOriginAuthorizationInfo> SdkPojo
- Enclosing class:
IpamRouteOriginAuthorizationInfo
@Mutable
@NotThreadSafe
public static interface IpamRouteOriginAuthorizationInfo.Builder
extends SdkPojo, CopyableBuilder<IpamRouteOriginAuthorizationInfo.Builder,IpamRouteOriginAuthorizationInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe Autonomous System Number (ASN) authorized to originate the prefix.The IP address prefix in CIDR notation authorized by the ROA.The maximum prefix length that the ASN is authorized to announce.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
-
cidr
The IP address prefix in CIDR notation authorized by the ROA.
- Parameters:
cidr- The IP address prefix in CIDR notation authorized by the ROA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
asn
The Autonomous System Number (ASN) authorized to originate the prefix.
- Parameters:
asn- The Autonomous System Number (ASN) authorized to originate the prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxLength
The maximum prefix length that the ASN is authorized to announce.
- Parameters:
maxLength- The maximum prefix length that the ASN is authorized to announce.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-