Interface PhoneNumberAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PhoneNumberAssociation.Builder,PhoneNumberAssociation>,SdkBuilder<PhoneNumberAssociation.Builder,PhoneNumberAssociation>,SdkPojo
- Enclosing class:
- PhoneNumberAssociation
public static interface PhoneNumberAssociation.Builder extends SdkPojo, CopyableBuilder<PhoneNumberAssociation.Builder,PhoneNumberAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhoneNumberAssociation.BuilderassociatedTimestamp(Instant associatedTimestamp)The timestamp of the phone number association, in ISO 8601 format.PhoneNumberAssociation.Buildername(String name)Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.PhoneNumberAssociation.Buildername(PhoneNumberAssociationName name)Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.PhoneNumberAssociation.Buildervalue(String value)Contains the ID for the entity specified in Name.-
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
-
value
PhoneNumberAssociation.Builder value(String value)
Contains the ID for the entity specified in Name.
- Parameters:
value- Contains the ID for the entity specified in Name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PhoneNumberAssociation.Builder name(String name)
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
- Parameters:
name- Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhoneNumberAssociationName,PhoneNumberAssociationName
-
name
PhoneNumberAssociation.Builder name(PhoneNumberAssociationName name)
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
- Parameters:
name- Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhoneNumberAssociationName,PhoneNumberAssociationName
-
associatedTimestamp
PhoneNumberAssociation.Builder associatedTimestamp(Instant associatedTimestamp)
The timestamp of the phone number association, in ISO 8601 format.
- Parameters:
associatedTimestamp- The timestamp of the phone number association, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-