Interface GetPhoneNumberSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<GetPhoneNumberSettingsResponse.Builder,GetPhoneNumberSettingsResponse>,SdkBuilder<GetPhoneNumberSettingsResponse.Builder,GetPhoneNumberSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPhoneNumberSettingsResponse
public static interface GetPhoneNumberSettingsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetPhoneNumberSettingsResponse.Builder,GetPhoneNumberSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPhoneNumberSettingsResponse.BuildercallingName(String callingName)The default outbound calling name for the account.GetPhoneNumberSettingsResponse.BuildercallingNameUpdatedTimestamp(Instant callingNameUpdatedTimestamp)The updated outbound calling name timestamp, in ISO 8601 format.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.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 Detail
-
callingName
GetPhoneNumberSettingsResponse.Builder callingName(String 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.
-
-