public static interface UpdateVoiceChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateVoiceChannelRequest.Builder,UpdateVoiceChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVoiceChannelRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
UpdateVoiceChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVoiceChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateVoiceChannelRequest.Builder |
voiceChannelRequest(Consumer<VoiceChannelRequest.Builder> voiceChannelRequest)
Sets the value of the VoiceChannelRequest property for this object.
|
UpdateVoiceChannelRequest.Builder |
voiceChannelRequest(VoiceChannelRequest voiceChannelRequest)
Sets the value of the VoiceChannelRequest property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVoiceChannelRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.UpdateVoiceChannelRequest.Builder voiceChannelRequest(VoiceChannelRequest voiceChannelRequest)
voiceChannelRequest - The new value for the VoiceChannelRequest property for this object.default UpdateVoiceChannelRequest.Builder voiceChannelRequest(Consumer<VoiceChannelRequest.Builder> voiceChannelRequest)
VoiceChannelRequest.Builder avoiding the
need to create one manually via VoiceChannelRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to voiceChannelRequest(VoiceChannelRequest).
voiceChannelRequest - a consumer that will call methods on VoiceChannelRequest.BuildervoiceChannelRequest(VoiceChannelRequest)UpdateVoiceChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVoiceChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.