Interface PrioritizeBusinessGoals.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrioritizeBusinessGoals.Builder,PrioritizeBusinessGoals>,SdkBuilder<PrioritizeBusinessGoals.Builder,PrioritizeBusinessGoals>,SdkPojo
- Enclosing class:
- PrioritizeBusinessGoals
public static interface PrioritizeBusinessGoals.Builder extends SdkPojo, CopyableBuilder<PrioritizeBusinessGoals.Builder,PrioritizeBusinessGoals>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PrioritizeBusinessGoals.BuilderbusinessGoals(Consumer<BusinessGoals.Builder> businessGoals)Rank of business goals based on priority.PrioritizeBusinessGoals.BuilderbusinessGoals(BusinessGoals businessGoals)Rank of business goals based on priority.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
businessGoals
PrioritizeBusinessGoals.Builder businessGoals(BusinessGoals businessGoals)
Rank of business goals based on priority.
- Parameters:
businessGoals- Rank of business goals based on priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessGoals
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.Builderavoiding the need to create one manually viaBusinessGoals.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobusinessGoals(BusinessGoals).- Parameters:
businessGoals- a consumer that will call methods onBusinessGoals.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
businessGoals(BusinessGoals)
-
-