public static interface PrioritizeBusinessGoals.Builder extends SdkPojo, CopyableBuilder<PrioritizeBusinessGoals.Builder,PrioritizeBusinessGoals>
| Modifier and Type | Method and Description |
|---|---|
PrioritizeBusinessGoals.Builder |
businessGoals(BusinessGoals businessGoals)
Rank of business goals based on priority.
|
default PrioritizeBusinessGoals.Builder |
businessGoals(Consumer<BusinessGoals.Builder> businessGoals)
Rank of business goals based on priority.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrioritizeBusinessGoals.Builder businessGoals(BusinessGoals businessGoals)
Rank of business goals based on priority.
businessGoals - Rank of business goals based on priority.default PrioritizeBusinessGoals.Builder businessGoals(Consumer<BusinessGoals.Builder> businessGoals)
Rank of business goals based on priority.
This is a convenience method that creates an instance of theBusinessGoals.Builder avoiding the need
to create one manually via BusinessGoals.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to businessGoals(BusinessGoals).
businessGoals - a consumer that will call methods on BusinessGoals.BuilderbusinessGoals(BusinessGoals)Copyright © 2022. All rights reserved.