public static interface UpdateBaiduChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateBaiduChannelRequest.Builder,UpdateBaiduChannelRequest>
Modifier and Type | Method and Description |
---|---|
UpdateBaiduChannelRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
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) |
UpdateBaiduChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateBaiduChannelRequest.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.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)
overrideConfiguration
in interface AwsRequest.Builder
UpdateBaiduChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.