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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateApnsSandboxChannelRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateApnsSandboxChannelRequest.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.