Interface UpdatePhoneNumberRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<UpdatePhoneNumberRequest.Builder,,UpdatePhoneNumberRequest> SdkBuilder<UpdatePhoneNumberRequest.Builder,,UpdatePhoneNumberRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdatePhoneNumberRequest
public static interface UpdatePhoneNumberRequest.Builder
extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<UpdatePhoneNumberRequest.Builder,UpdatePhoneNumberRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncallingName(String callingName) The outbound calling name associated with the phone number.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.phoneNumberId(String phoneNumberId) The phone number ID.productType(String productType) The product type.productType(PhoneNumberProductType productType) The product type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
phoneNumberId
The phone number ID.
- Parameters:
 phoneNumberId- The phone number ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
productType
The product type.
- Parameters:
 productType- The product type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
productType
The product type.
- Parameters:
 productType- The product type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
callingName
The outbound calling name associated with the phone number.
- Parameters:
 callingName- The outbound calling name associated with the phone number.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdatePhoneNumberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdatePhoneNumberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -