Interface PhoneNumberAssociation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PhoneNumberAssociation.Builder,,- PhoneNumberAssociation> - SdkBuilder<PhoneNumberAssociation.Builder,,- PhoneNumberAssociation> - SdkPojo
- Enclosing class:
- PhoneNumberAssociation
@Mutable
@NotThreadSafe
public static interface PhoneNumberAssociation.Builder
extends SdkPojo, CopyableBuilder<PhoneNumberAssociation.Builder,PhoneNumberAssociation> 
- 
Method SummaryModifier and TypeMethodDescriptionassociatedTimestamp(Instant associatedTimestamp) The timestamp of the phone number association, in ISO 8601 format.Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.Contains the ID for the entity specified in Name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
valueContains 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.
 
- 
nameDefines 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:
 
- 
nameDefines 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:
 
- 
associatedTimestampThe 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.
 
 
-