public static interface AutoTuneOptionsStatus.Builder extends SdkPojo, CopyableBuilder<AutoTuneOptionsStatus.Builder,AutoTuneOptionsStatus>
Modifier and Type | Method and Description |
---|---|
AutoTuneOptionsStatus.Builder |
options(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
|
default AutoTuneOptionsStatus.Builder |
options(Consumer<AutoTuneOptions.Builder> options)
Specifies Auto-Tune options for the domain.
|
AutoTuneOptionsStatus.Builder |
status(AutoTuneStatus status)
The status of the Auto-Tune options for the domain.
|
default AutoTuneOptionsStatus.Builder |
status(Consumer<AutoTuneStatus.Builder> status)
The status of the Auto-Tune options for the domain.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AutoTuneOptionsStatus.Builder options(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
options
- Specifies Auto-Tune options for the domain.default AutoTuneOptionsStatus.Builder options(Consumer<AutoTuneOptions.Builder> options)
Specifies Auto-Tune options for the domain.
This is a convenience method that creates an instance of theAutoTuneOptions.Builder
avoiding the
need to create one manually via AutoTuneOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to options(AutoTuneOptions)
.
options
- a consumer that will call methods on AutoTuneOptions.Builder
options(AutoTuneOptions)
AutoTuneOptionsStatus.Builder status(AutoTuneStatus status)
The status of the Auto-Tune options for the domain.
status
- The status of the Auto-Tune options for the domain.default AutoTuneOptionsStatus.Builder status(Consumer<AutoTuneStatus.Builder> status)
The status of the Auto-Tune options for the domain.
This is a convenience method that creates an instance of theAutoTuneStatus.Builder
avoiding the need
to create one manually via AutoTuneStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to status(AutoTuneStatus)
.
status
- a consumer that will call methods on AutoTuneStatus.Builder
status(AutoTuneStatus)
Copyright © 2022. All rights reserved.