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