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