public static interface UpdateApnsChannelRequest.Builder extends PinpointRequest.Builder, 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)
Sets the value of the ApplicationId property for this object.
|
UpdateApnsChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateApnsChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
applicationId - The new value for the ApplicationId property for this object.UpdateApnsChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateApnsChannelRequest.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.