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