public static interface UpdateApnsSandboxChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, 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)
The unique identifier for the application.
|
UpdateApnsSandboxChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApnsSandboxChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
copy
applyMutation, build
UpdateApnsSandboxChannelRequest.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.Builder
apnsSandboxChannelRequest(APNSSandboxChannelRequest)
UpdateApnsSandboxChannelRequest.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.UpdateApnsSandboxChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateApnsSandboxChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.