public static interface AutoTune.Builder extends SdkPojo, CopyableBuilder<AutoTune.Builder,AutoTune>
| Modifier and Type | Method and Description |
|---|---|
AutoTune.Builder |
autoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details of the Auto-Tune action.
|
default AutoTune.Builder |
autoTuneDetails(Consumer<AutoTuneDetails.Builder> autoTuneDetails)
Specifies details of the Auto-Tune action.
|
AutoTune.Builder |
autoTuneType(AutoTuneType autoTuneType)
Specifies Auto-Tune type.
|
AutoTune.Builder |
autoTuneType(String autoTuneType)
Specifies Auto-Tune type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoTune.Builder autoTuneType(String autoTuneType)
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType - Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneType,
AutoTuneTypeAutoTune.Builder autoTuneType(AutoTuneType autoTuneType)
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType - Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneType,
AutoTuneTypeAutoTune.Builder autoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
autoTuneDetails - Specifies details of the Auto-Tune action. See the Developer Guide for more information.default AutoTune.Builder autoTuneDetails(Consumer<AutoTuneDetails.Builder> autoTuneDetails)
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
This is a convenience 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 © 2022. All rights reserved.