Interface CreatePrivacyBudgetTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreatePrivacyBudgetTemplateRequest.Builder,CreatePrivacyBudgetTemplateRequest>,SdkBuilder<CreatePrivacyBudgetTemplateRequest.Builder,CreatePrivacyBudgetTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePrivacyBudgetTemplateRequest
public static interface CreatePrivacyBudgetTemplateRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreatePrivacyBudgetTemplateRequest.Builder,CreatePrivacyBudgetTemplateRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
membershipIdentifier
CreatePrivacyBudgetTemplateRequest.Builder membershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration. The privacy budget template is created 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 created 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.
-
autoRefresh
CreatePrivacyBudgetTemplateRequest.Builder autoRefresh(String autoRefresh)
How often the privacy budget refreshes.
If you plan to regularly bring new data into the collaboration, you can use
CALENDAR_MONTHto automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.- Parameters:
autoRefresh- How often the privacy budget refreshes.If you plan to regularly bring new data into the collaboration, you can use
CALENDAR_MONTHto automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrivacyBudgetTemplateAutoRefresh,PrivacyBudgetTemplateAutoRefresh
-
autoRefresh
CreatePrivacyBudgetTemplateRequest.Builder autoRefresh(PrivacyBudgetTemplateAutoRefresh autoRefresh)
How often the privacy budget refreshes.
If you plan to regularly bring new data into the collaboration, you can use
CALENDAR_MONTHto automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.- Parameters:
autoRefresh- How often the privacy budget refreshes.If you plan to regularly bring new data into the collaboration, you can use
CALENDAR_MONTHto automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrivacyBudgetTemplateAutoRefresh,PrivacyBudgetTemplateAutoRefresh
-
privacyBudgetType
CreatePrivacyBudgetTemplateRequest.Builder privacyBudgetType(String 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,PrivacyBudgetType
-
privacyBudgetType
CreatePrivacyBudgetTemplateRequest.Builder privacyBudgetType(PrivacyBudgetType 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,PrivacyBudgetType
-
parameters
CreatePrivacyBudgetTemplateRequest.Builder parameters(PrivacyBudgetTemplateParametersInput parameters)
Specifies your parameters for the privacy budget template.
- Parameters:
parameters- Specifies your parameters for the privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
default CreatePrivacyBudgetTemplateRequest.Builder parameters(Consumer<PrivacyBudgetTemplateParametersInput.Builder> parameters)
Specifies your parameters for the privacy budget template.
This is a convenience method that creates an instance of thePrivacyBudgetTemplateParametersInput.Builderavoiding the need to create one manually viaPrivacyBudgetTemplateParametersInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(PrivacyBudgetTemplateParametersInput).- Parameters:
parameters- a consumer that will call methods onPrivacyBudgetTemplateParametersInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
parameters(PrivacyBudgetTemplateParametersInput)
-
tags
CreatePrivacyBudgetTemplateRequest.Builder tags(Map<String,String> tags)
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Parameters:
tags- An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePrivacyBudgetTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePrivacyBudgetTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-