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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateApnsChannelRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateApnsChannelRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.