Interface PrivacyBudgetTemplate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivacyBudgetTemplate.Builder,PrivacyBudgetTemplate>,SdkBuilder<PrivacyBudgetTemplate.Builder,PrivacyBudgetTemplate>,SdkPojo
- Enclosing class:
- PrivacyBudgetTemplate
public static interface PrivacyBudgetTemplate.Builder extends SdkPojo, CopyableBuilder<PrivacyBudgetTemplate.Builder,PrivacyBudgetTemplate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PrivacyBudgetTemplate.Builderarn(String arn)The ARN of the privacy budget template.PrivacyBudgetTemplate.BuilderautoRefresh(String autoRefresh)How often the privacy budget refreshes.PrivacyBudgetTemplate.BuilderautoRefresh(PrivacyBudgetTemplateAutoRefresh autoRefresh)How often the privacy budget refreshes.PrivacyBudgetTemplate.BuildercollaborationArn(String collaborationArn)The ARN of the collaboration that contains this privacy budget template.PrivacyBudgetTemplate.BuildercollaborationId(String collaborationId)The unique ID of the collaboration that contains this privacy budget template.PrivacyBudgetTemplate.BuildercreateTime(Instant createTime)The time at which the privacy budget template was created.PrivacyBudgetTemplate.Builderid(String id)The unique identifier of the privacy budget template.PrivacyBudgetTemplate.BuildermembershipArn(String membershipArn)The Amazon Resource Name (ARN) of the member who created the privacy budget template.PrivacyBudgetTemplate.BuildermembershipId(String membershipId)The identifier for a membership resource.default PrivacyBudgetTemplate.Builderparameters(Consumer<PrivacyBudgetTemplateParametersOutput.Builder> parameters)Specifies the epislon and noise parameters for the privacy budget template.PrivacyBudgetTemplate.Builderparameters(PrivacyBudgetTemplateParametersOutput parameters)Specifies the epislon and noise parameters for the privacy budget template.PrivacyBudgetTemplate.BuilderprivacyBudgetType(String privacyBudgetType)Specifies the type of the privacy budget template.PrivacyBudgetTemplate.BuilderprivacyBudgetType(PrivacyBudgetType privacyBudgetType)Specifies the type of the privacy budget template.PrivacyBudgetTemplate.BuilderupdateTime(Instant updateTime)The most recent time at which the privacy budget template was updated.-
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
-
id
PrivacyBudgetTemplate.Builder id(String id)
The unique identifier of the privacy budget template.
- Parameters:
id- The unique identifier of the privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
PrivacyBudgetTemplate.Builder arn(String arn)
The ARN of the privacy budget template.
- Parameters:
arn- The ARN of the privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
PrivacyBudgetTemplate.Builder membershipId(String membershipId)
The identifier for a membership resource.
- Parameters:
membershipId- The identifier for a membership resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
PrivacyBudgetTemplate.Builder membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the member who created the privacy budget template.
- Parameters:
membershipArn- The Amazon Resource Name (ARN) of the member who created the privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
PrivacyBudgetTemplate.Builder collaborationId(String collaborationId)
The unique ID of the collaboration that contains this privacy budget template.
- Parameters:
collaborationId- The unique ID of the collaboration that contains this privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
PrivacyBudgetTemplate.Builder collaborationArn(String collaborationArn)
The ARN of the collaboration that contains this privacy budget template.
- Parameters:
collaborationArn- The ARN of the collaboration that contains this privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
PrivacyBudgetTemplate.Builder createTime(Instant createTime)
The time at which the privacy budget template was created.
- Parameters:
createTime- The time at which the privacy budget template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
PrivacyBudgetTemplate.Builder updateTime(Instant updateTime)
The most recent time at which the privacy budget template was updated.
- Parameters:
updateTime- The most recent time at which the privacy budget template was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyBudgetType
PrivacyBudgetTemplate.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
PrivacyBudgetTemplate.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
-
autoRefresh
PrivacyBudgetTemplate.Builder autoRefresh(String autoRefresh)
How often the privacy budget refreshes.
If you plan to regularly bring new data into the collaboration, 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 queried 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, 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 queried 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
PrivacyBudgetTemplate.Builder autoRefresh(PrivacyBudgetTemplateAutoRefresh autoRefresh)
How often the privacy budget refreshes.
If you plan to regularly bring new data into the collaboration, 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 queried 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, 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 queried 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
-
parameters
PrivacyBudgetTemplate.Builder parameters(PrivacyBudgetTemplateParametersOutput parameters)
Specifies the epislon and noise parameters for the privacy budget template.
- Parameters:
parameters- Specifies the epislon 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 PrivacyBudgetTemplate.Builder parameters(Consumer<PrivacyBudgetTemplateParametersOutput.Builder> parameters)
Specifies the epislon and noise parameters for the privacy budget template.
This is a convenience method that creates an instance of thePrivacyBudgetTemplateParametersOutput.Builderavoiding the need to create one manually viaPrivacyBudgetTemplateParametersOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(PrivacyBudgetTemplateParametersOutput).- Parameters:
parameters- a consumer that will call methods onPrivacyBudgetTemplateParametersOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
parameters(PrivacyBudgetTemplateParametersOutput)
-
-