public static interface UpdateUserPhoneConfigRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserPhoneConfigRequest.Builder,UpdateUserPhoneConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPhoneConfigRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateUserPhoneConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserPhoneConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateUserPhoneConfigRequest.Builder |
phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
Information about phone configuration settings for the user.
|
UpdateUserPhoneConfigRequest.Builder |
phoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings for the user.
|
UpdateUserPhoneConfigRequest.Builder |
userId(String userId)
The identifier of the user account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserPhoneConfigRequest.Builder phoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings for the user.
phoneConfig - Information about phone configuration settings for the user.default UpdateUserPhoneConfigRequest.Builder phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
Information about phone configuration settings for the user.
This is a convenience that creates an instance of theUserPhoneConfig.Builder avoiding the need to
create one manually via UserPhoneConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to phoneConfig(UserPhoneConfig).phoneConfig - a consumer that will call methods on UserPhoneConfig.BuilderphoneConfig(UserPhoneConfig)UpdateUserPhoneConfigRequest.Builder userId(String userId)
The identifier of the user account.
userId - The identifier of the user account.UpdateUserPhoneConfigRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.UpdateUserPhoneConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserPhoneConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.