Interface UpdateVoiceChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateVoiceChannelRequest.Builder,UpdateVoiceChannelRequest>,PinpointRequest.Builder,SdkBuilder<UpdateVoiceChannelRequest.Builder,UpdateVoiceChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateVoiceChannelRequest
public static interface UpdateVoiceChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateVoiceChannelRequest.Builder,UpdateVoiceChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateVoiceChannelRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.UpdateVoiceChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVoiceChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateVoiceChannelRequest.BuildervoiceChannelRequest(Consumer<VoiceChannelRequest.Builder> voiceChannelRequest)Sets the value of the VoiceChannelRequest property for this object.UpdateVoiceChannelRequest.BuildervoiceChannelRequest(VoiceChannelRequest voiceChannelRequest)Sets the value of the VoiceChannelRequest property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
UpdateVoiceChannelRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Parameters:
applicationId- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceChannelRequest
UpdateVoiceChannelRequest.Builder voiceChannelRequest(VoiceChannelRequest voiceChannelRequest)
Sets the value of the VoiceChannelRequest property for this object.- Parameters:
voiceChannelRequest- The new value for the VoiceChannelRequest property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceChannelRequest
default UpdateVoiceChannelRequest.Builder voiceChannelRequest(Consumer<VoiceChannelRequest.Builder> voiceChannelRequest)
Sets the value of the VoiceChannelRequest property for this object. This is a convenience method that creates an instance of theVoiceChannelRequest.Builderavoiding the need to create one manually viaVoiceChannelRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovoiceChannelRequest(VoiceChannelRequest).- Parameters:
voiceChannelRequest- a consumer that will call methods onVoiceChannelRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
voiceChannelRequest(VoiceChannelRequest)
-
overrideConfiguration
UpdateVoiceChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateVoiceChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-