Interface PrivacyBudgets.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrivacyBudgets.Builder,
,PrivacyBudgets> SdkBuilder<PrivacyBudgets.Builder,
,PrivacyBudgets> SdkPojo
- Enclosing class:
PrivacyBudgets
@Mutable
@NotThreadSafe
public static interface PrivacyBudgets.Builder
extends SdkPojo, CopyableBuilder<PrivacyBudgets.Builder,PrivacyBudgets>
-
Method Summary
Modifier and TypeMethodDescriptionaccessBudgets
(Collection<AccessBudget> accessBudgets) A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.accessBudgets
(Consumer<AccessBudget.Builder>... accessBudgets) A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.accessBudgets
(AccessBudget... accessBudgets) A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.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 Details
-
accessBudgets
A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.
- Parameters:
accessBudgets
- A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessBudgets
A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.
- Parameters:
accessBudgets
- A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessBudgets
A list of access budgets that apply to resources associated with this Clean Rooms ML input channel.
This is a convenience method that creates an instance of theAccessBudget.Builder
avoiding the need to create one manually viaAccessBudget.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccessBudgets(List<AccessBudget>)
.- Parameters:
accessBudgets
- a consumer that will call methods onAccessBudget.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-