public static interface UpdateApnsVoipSandboxChannelRequest.Builder extends PinpointRequest.Builder, CopyableBuilder<UpdateApnsVoipSandboxChannelRequest.Builder,UpdateApnsVoipSandboxChannelRequest>
Modifier and Type | Method and Description |
---|---|
UpdateApnsVoipSandboxChannelRequest.Builder |
apnsVoipSandboxChannelRequest(APNSVoipSandboxChannelRequest apnsVoipSandboxChannelRequest)
Sets the value of the APNSVoipSandboxChannelRequest property for this object.
|
default UpdateApnsVoipSandboxChannelRequest.Builder |
apnsVoipSandboxChannelRequest(Consumer<APNSVoipSandboxChannelRequest.Builder> apnsVoipSandboxChannelRequest)
Sets the value of the APNSVoipSandboxChannelRequest property for this object.
|
UpdateApnsVoipSandboxChannelRequest.Builder |
applicationId(String applicationId)
Sets the value of the ApplicationId property for this object.
|
UpdateApnsVoipSandboxChannelRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
UpdateApnsVoipSandboxChannelRequest.Builder apnsVoipSandboxChannelRequest(APNSVoipSandboxChannelRequest apnsVoipSandboxChannelRequest)
apnsVoipSandboxChannelRequest
- The new value for the APNSVoipSandboxChannelRequest property for this object.default UpdateApnsVoipSandboxChannelRequest.Builder apnsVoipSandboxChannelRequest(Consumer<APNSVoipSandboxChannelRequest.Builder> apnsVoipSandboxChannelRequest)
APNSVoipSandboxChannelRequest.Builder
avoiding
the need to create one manually via APNSVoipSandboxChannelRequest.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to apnsVoipSandboxChannelRequest(APNSVoipSandboxChannelRequest)
.apnsVoipSandboxChannelRequest
- a consumer that will call methods on APNSVoipSandboxChannelRequest.Builder
apnsVoipSandboxChannelRequest(APNSVoipSandboxChannelRequest)
UpdateApnsVoipSandboxChannelRequest.Builder applicationId(String applicationId)
applicationId
- The new value for the ApplicationId property for this object.UpdateApnsVoipSandboxChannelRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.