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