Interface IpamInternetRegistryAssociationAsn.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IpamInternetRegistryAssociationAsn.Builder,,IpamInternetRegistryAssociationAsn> SdkBuilder<IpamInternetRegistryAssociationAsn.Builder,,IpamInternetRegistryAssociationAsn> SdkPojo
- Enclosing class:
IpamInternetRegistryAssociationAsn
@Mutable
@NotThreadSafe
public static interface IpamInternetRegistryAssociationAsn.Builder
extends SdkPojo, CopyableBuilder<IpamInternetRegistryAssociationAsn.Builder,IpamInternetRegistryAssociationAsn>
-
Method Summary
Modifier and TypeMethodDescriptionThe Autonomous System Number.lastObservedAt(Instant lastObservedAt) The time when the ASN was last observed at the internet registry.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
-
asn
The Autonomous System Number.
- Parameters:
asn- The Autonomous System Number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastObservedAt
The time when the ASN was last observed at the internet registry.
- Parameters:
lastObservedAt- The time when the ASN was last observed at the internet registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-