Interface UpdatePrivacyBudgetTemplateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<UpdatePrivacyBudgetTemplateRequest.Builder,
,UpdatePrivacyBudgetTemplateRequest> SdkBuilder<UpdatePrivacyBudgetTemplateRequest.Builder,
,UpdatePrivacyBudgetTemplateRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdatePrivacyBudgetTemplateRequest
@Mutable
@NotThreadSafe
public static interface UpdatePrivacyBudgetTemplateRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdatePrivacyBudgetTemplateRequest.Builder,UpdatePrivacyBudgetTemplateRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmembershipIdentifier
(String membershipIdentifier) A unique identifier for one of your memberships for a collaboration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the epsilon and noise parameters for the privacy budget template.parameters
(PrivacyBudgetTemplateUpdateParameters parameters) Specifies the epsilon and noise parameters for the privacy budget template.privacyBudgetTemplateIdentifier
(String privacyBudgetTemplateIdentifier) A unique identifier for your privacy budget template that you want to update.privacyBudgetType
(String privacyBudgetType) Specifies the type of the privacy budget template.privacyBudgetType
(PrivacyBudgetType privacyBudgetType) Specifies the type of the privacy budget template.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
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
-
membershipIdentifier
A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.
- Parameters:
membershipIdentifier
- A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyBudgetTemplateIdentifier
UpdatePrivacyBudgetTemplateRequest.Builder privacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier) A unique identifier for your privacy budget template that you want to update.
- Parameters:
privacyBudgetTemplateIdentifier
- A unique identifier for your privacy budget template that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyBudgetType
Specifies the type of the privacy budget template.
- Parameters:
privacyBudgetType
- Specifies the type of the privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
privacyBudgetType
Specifies the type of the privacy budget template.
- Parameters:
privacyBudgetType
- Specifies the type of the privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parameters
UpdatePrivacyBudgetTemplateRequest.Builder parameters(PrivacyBudgetTemplateUpdateParameters parameters) Specifies the epsilon and noise parameters for the privacy budget template.
- Parameters:
parameters
- Specifies the epsilon and noise parameters for the privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
default UpdatePrivacyBudgetTemplateRequest.Builder parameters(Consumer<PrivacyBudgetTemplateUpdateParameters.Builder> parameters) Specifies the epsilon and noise parameters for the privacy budget template.
This is a convenience method that creates an instance of thePrivacyBudgetTemplateUpdateParameters.Builder
avoiding the need to create one manually viaPrivacyBudgetTemplateUpdateParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(PrivacyBudgetTemplateUpdateParameters)
.- Parameters:
parameters
- a consumer that will call methods onPrivacyBudgetTemplateUpdateParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdatePrivacyBudgetTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdatePrivacyBudgetTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-