public static interface UpdateApnsVoipChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateApnsVoipChannelRequest.Builder,UpdateApnsVoipChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApnsVoipChannelRequest.Builder |
apnsVoipChannelRequest(APNSVoipChannelRequest apnsVoipChannelRequest)
Sets the value of the APNSVoipChannelRequest property for this object.
|
default UpdateApnsVoipChannelRequest.Builder |
apnsVoipChannelRequest(Consumer<APNSVoipChannelRequest.Builder> apnsVoipChannelRequest)
Sets the value of the APNSVoipChannelRequest property for this object.
|
UpdateApnsVoipChannelRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
UpdateApnsVoipChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApnsVoipChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApnsVoipChannelRequest.Builder apnsVoipChannelRequest(APNSVoipChannelRequest apnsVoipChannelRequest)
apnsVoipChannelRequest - The new value for the APNSVoipChannelRequest property for this object.default UpdateApnsVoipChannelRequest.Builder apnsVoipChannelRequest(Consumer<APNSVoipChannelRequest.Builder> apnsVoipChannelRequest)
APNSVoipChannelRequest.Builder avoiding
the need to create one manually via APNSVoipChannelRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to apnsVoipChannelRequest(APNSVoipChannelRequest).apnsVoipChannelRequest - a consumer that will call methods on APNSVoipChannelRequest.BuilderapnsVoipChannelRequest(APNSVoipChannelRequest)UpdateApnsVoipChannelRequest.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.UpdateApnsVoipChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApnsVoipChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.