Interface Byoasn.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Byoasn.Builder,Byoasn>,SdkBuilder<Byoasn.Builder,Byoasn>,SdkPojo
- Enclosing class:
- Byoasn
@Mutable @NotThreadSafe public static interface Byoasn.Builder extends SdkPojo, CopyableBuilder<Byoasn.Builder,Byoasn>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Byoasn.Builderasn(String asn)A public 2-byte or 4-byte ASN.Byoasn.BuilderipamId(String ipamId)An IPAM ID.Byoasn.Builderstate(String state)The provisioning state of the BYOASN.Byoasn.Builderstate(AsnState state)The provisioning state of the BYOASN.Byoasn.BuilderstatusMessage(String statusMessage)The status message.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
asn
Byoasn.Builder asn(String asn)
A public 2-byte or 4-byte ASN.
- Parameters:
asn- A public 2-byte or 4-byte ASN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamId
Byoasn.Builder ipamId(String ipamId)
An IPAM ID.
- Parameters:
ipamId- An IPAM ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
Byoasn.Builder statusMessage(String statusMessage)
The status message.
- Parameters:
statusMessage- The status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
Byoasn.Builder state(String state)
The provisioning state of the BYOASN.
-
state
Byoasn.Builder state(AsnState state)
The provisioning state of the BYOASN.
-
-