public static interface PutDialRequestBatchRequest.Builder extends ConnectCampaignsRequest.Builder, SdkPojo, CopyableBuilder<PutDialRequestBatchRequest.Builder,PutDialRequestBatchRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDialRequestBatchRequest.Builder |
dialRequests(Collection<DialRequest> dialRequests)
Sets the value of the DialRequests property for this object.
|
PutDialRequestBatchRequest.Builder |
dialRequests(Consumer<DialRequest.Builder>... dialRequests)
Sets the value of the DialRequests property for this object.
|
PutDialRequestBatchRequest.Builder |
dialRequests(DialRequest... dialRequests)
Sets the value of the DialRequests property for this object.
|
PutDialRequestBatchRequest.Builder |
id(String id)
Sets the value of the Id property for this object.
|
PutDialRequestBatchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDialRequestBatchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDialRequestBatchRequest.Builder dialRequests(Collection<DialRequest> dialRequests)
dialRequests - The new value for the DialRequests property for this object.PutDialRequestBatchRequest.Builder dialRequests(DialRequest... dialRequests)
dialRequests - The new value for the DialRequests property for this object.PutDialRequestBatchRequest.Builder dialRequests(Consumer<DialRequest.Builder>... dialRequests)
DialRequest.Builder avoiding the need to
create one manually via DialRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dialRequests(List.
dialRequests - a consumer that will call methods on
DialRequest.Builder#dialRequests(java.util.Collection) PutDialRequestBatchRequest.Builder id(String id)
id - The new value for the Id property for this object.PutDialRequestBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDialRequestBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.