public static interface GetApnsSandboxChannelResponse.Builder extends PinpointResponse.Builder, CopyableBuilder<GetApnsSandboxChannelResponse.Builder,GetApnsSandboxChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApnsSandboxChannelResponse.Builder |
apnsSandboxChannelResponse(APNSSandboxChannelResponse apnsSandboxChannelResponse)
Sets the value of the APNSSandboxChannelResponse property for this object.
|
default GetApnsSandboxChannelResponse.Builder |
apnsSandboxChannelResponse(Consumer<APNSSandboxChannelResponse.Builder> apnsSandboxChannelResponse)
Sets the value of the APNSSandboxChannelResponse property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetApnsSandboxChannelResponse.Builder apnsSandboxChannelResponse(APNSSandboxChannelResponse apnsSandboxChannelResponse)
apnsSandboxChannelResponse - The new value for the APNSSandboxChannelResponse property for this object.default GetApnsSandboxChannelResponse.Builder apnsSandboxChannelResponse(Consumer<APNSSandboxChannelResponse.Builder> apnsSandboxChannelResponse)
APNSSandboxChannelResponse.Builder avoiding the
need to create one manually via APNSSandboxChannelResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to apnsSandboxChannelResponse(APNSSandboxChannelResponse).apnsSandboxChannelResponse - a consumer that will call methods on APNSSandboxChannelResponse.BuilderapnsSandboxChannelResponse(APNSSandboxChannelResponse)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.