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 ID of your Amazon Pinpoint application.
|
UpdateVoiceChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateVoiceChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateVoiceChannelRequest.Builder applicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateVoiceChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.