public static interface UpdateApnsSandboxChannelRequest.Builder extends PinpointRequest.Builder, CopyableBuilder<UpdateApnsSandboxChannelRequest.Builder,UpdateApnsSandboxChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApnsSandboxChannelRequest.Builder |
apnsSandboxChannelRequest(APNSSandboxChannelRequest apnsSandboxChannelRequest)
Sets the value of the APNSSandboxChannelRequest property for this object.
|
default UpdateApnsSandboxChannelRequest.Builder |
apnsSandboxChannelRequest(Consumer<APNSSandboxChannelRequest.Builder> apnsSandboxChannelRequest)
Sets the value of the APNSSandboxChannelRequest property for this object.
|
UpdateApnsSandboxChannelRequest.Builder |
applicationId(String applicationId)
Sets the value of the ApplicationId property for this object.
|
UpdateApnsSandboxChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateApnsSandboxChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateApnsSandboxChannelRequest.Builder apnsSandboxChannelRequest(APNSSandboxChannelRequest apnsSandboxChannelRequest)
apnsSandboxChannelRequest - The new value for the APNSSandboxChannelRequest property for this object.default UpdateApnsSandboxChannelRequest.Builder apnsSandboxChannelRequest(Consumer<APNSSandboxChannelRequest.Builder> apnsSandboxChannelRequest)
APNSSandboxChannelRequest.Builder avoiding the
need to create one manually via APNSSandboxChannelRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to apnsSandboxChannelRequest(APNSSandboxChannelRequest).apnsSandboxChannelRequest - a consumer that will call methods on APNSSandboxChannelRequest.BuilderapnsSandboxChannelRequest(APNSSandboxChannelRequest)UpdateApnsSandboxChannelRequest.Builder applicationId(String applicationId)
applicationId - The new value for the ApplicationId property for this object.UpdateApnsSandboxChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateApnsSandboxChannelRequest.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.