Interface PrivacyBudgetTemplateParametersInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrivacyBudgetTemplateParametersInput.Builder,
,PrivacyBudgetTemplateParametersInput> SdkBuilder<PrivacyBudgetTemplateParametersInput.Builder,
,PrivacyBudgetTemplateParametersInput> SdkPojo
- Enclosing class:
PrivacyBudgetTemplateParametersInput
@Mutable
@NotThreadSafe
public static interface PrivacyBudgetTemplateParametersInput.Builder
extends SdkPojo, CopyableBuilder<PrivacyBudgetTemplateParametersInput.Builder,PrivacyBudgetTemplateParametersInput>
-
Method Summary
Modifier and TypeMethodDescriptionAccess budget configuration for the privacy budget template input, enabling integration with access budget functionality.accessBudget
(AccessBudgetsPrivacyTemplateParametersInput accessBudget) Access budget configuration for the privacy budget template input, enabling integration with access budget functionality.differentialPrivacy
(Consumer<DifferentialPrivacyTemplateParametersInput.Builder> differentialPrivacy) An object that specifies the epsilon and noise parameters.differentialPrivacy
(DifferentialPrivacyTemplateParametersInput differentialPrivacy) An object that specifies the epsilon and noise parameters.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
-
differentialPrivacy
PrivacyBudgetTemplateParametersInput.Builder differentialPrivacy(DifferentialPrivacyTemplateParametersInput differentialPrivacy) An object that specifies the epsilon and noise parameters.
- Parameters:
differentialPrivacy
- An object that specifies the epsilon and noise parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
differentialPrivacy
default PrivacyBudgetTemplateParametersInput.Builder differentialPrivacy(Consumer<DifferentialPrivacyTemplateParametersInput.Builder> differentialPrivacy) An object that specifies the epsilon and noise parameters.
This is a convenience method that creates an instance of theDifferentialPrivacyTemplateParametersInput.Builder
avoiding the need to create one manually viaDifferentialPrivacyTemplateParametersInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todifferentialPrivacy(DifferentialPrivacyTemplateParametersInput)
.- Parameters:
differentialPrivacy
- a consumer that will call methods onDifferentialPrivacyTemplateParametersInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessBudget
PrivacyBudgetTemplateParametersInput.Builder accessBudget(AccessBudgetsPrivacyTemplateParametersInput accessBudget) Access budget configuration for the privacy budget template input, enabling integration with access budget functionality.
- Parameters:
accessBudget
- Access budget configuration for the privacy budget template input, enabling integration with access budget functionality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessBudget
default PrivacyBudgetTemplateParametersInput.Builder accessBudget(Consumer<AccessBudgetsPrivacyTemplateParametersInput.Builder> accessBudget) Access budget configuration for the privacy budget template input, enabling integration with access budget functionality.
This is a convenience method that creates an instance of theAccessBudgetsPrivacyTemplateParametersInput.Builder
avoiding the need to create one manually viaAccessBudgetsPrivacyTemplateParametersInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccessBudget(AccessBudgetsPrivacyTemplateParametersInput)
.- Parameters:
accessBudget
- a consumer that will call methods onAccessBudgetsPrivacyTemplateParametersInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-