public static interface AutoTune.Builder extends SdkPojo, CopyableBuilder<AutoTune.Builder,AutoTune>
| Modifier and Type | Method and Description |
|---|---|
AutoTune.Builder |
autoTuneDetails(AutoTuneDetails autoTuneDetails)
Details about an Auto-Tune action.
|
default AutoTune.Builder |
autoTuneDetails(Consumer<AutoTuneDetails.Builder> autoTuneDetails)
Details about an Auto-Tune action.
|
AutoTune.Builder |
autoTuneType(AutoTuneType autoTuneType)
The type of Auto-Tune action.
|
AutoTune.Builder |
autoTuneType(String autoTuneType)
The type of Auto-Tune action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoTune.Builder autoTuneType(String autoTuneType)
The type of Auto-Tune action.
autoTuneType - The type of Auto-Tune action.AutoTuneType,
AutoTuneTypeAutoTune.Builder autoTuneType(AutoTuneType autoTuneType)
The type of Auto-Tune action.
autoTuneType - The type of Auto-Tune action.AutoTuneType,
AutoTuneTypeAutoTune.Builder autoTuneDetails(AutoTuneDetails autoTuneDetails)
Details about an Auto-Tune action.
autoTuneDetails - Details about an Auto-Tune action.default AutoTune.Builder autoTuneDetails(Consumer<AutoTuneDetails.Builder> autoTuneDetails)
Details about an Auto-Tune action.
This is a convenience method that creates an instance of theAutoTuneDetails.Builder avoiding the
need to create one manually via AutoTuneDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoTuneDetails(AutoTuneDetails).
autoTuneDetails - a consumer that will call methods on AutoTuneDetails.BuilderautoTuneDetails(AutoTuneDetails)Copyright © 2023. All rights reserved.