Interface GetPhoneNumberSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ChimeSdkVoiceResponse.Builder
,CopyableBuilder<GetPhoneNumberSettingsResponse.Builder,
,GetPhoneNumberSettingsResponse> SdkBuilder<GetPhoneNumberSettingsResponse.Builder,
,GetPhoneNumberSettingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPhoneNumberSettingsResponse
@Mutable
@NotThreadSafe
public static interface GetPhoneNumberSettingsResponse.Builder
extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<GetPhoneNumberSettingsResponse.Builder,GetPhoneNumberSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncallingName
(String callingName) The default outbound calling name for the account.callingNameUpdatedTimestamp
(Instant callingNameUpdatedTimestamp) The updated outbound calling name timestamp, in ISO 8601 format.Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
callingName
The default outbound calling name for the account.
- Parameters:
callingName
- The default outbound calling name for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callingNameUpdatedTimestamp
GetPhoneNumberSettingsResponse.Builder callingNameUpdatedTimestamp(Instant callingNameUpdatedTimestamp) The updated outbound calling name timestamp, in ISO 8601 format.
- Parameters:
callingNameUpdatedTimestamp
- The updated outbound calling name timestamp, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-