Interface CollaborationPrivacyBudgetTemplateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationPrivacyBudgetTemplateSummary.Builder,CollaborationPrivacyBudgetTemplateSummary>,SdkBuilder<CollaborationPrivacyBudgetTemplateSummary.Builder,CollaborationPrivacyBudgetTemplateSummary>,SdkPojo
- Enclosing class:
- CollaborationPrivacyBudgetTemplateSummary
public static interface CollaborationPrivacyBudgetTemplateSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationPrivacyBudgetTemplateSummary.Builder,CollaborationPrivacyBudgetTemplateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationPrivacyBudgetTemplateSummary.Builderarn(String arn)The ARN of the collaboration privacy budget template.CollaborationPrivacyBudgetTemplateSummary.BuildercollaborationArn(String collaborationArn)The ARN of the collaboration that contains this collaboration privacy budget template.CollaborationPrivacyBudgetTemplateSummary.BuildercollaborationId(String collaborationId)The unique identifier of the collaboration that contains this collaboration privacy budget template.CollaborationPrivacyBudgetTemplateSummary.BuildercreateTime(Instant createTime)The time at which the collaboration privacy budget template was created.CollaborationPrivacyBudgetTemplateSummary.BuildercreatorAccountId(String creatorAccountId)The unique identifier of the account that created this collaboration privacy budget template.CollaborationPrivacyBudgetTemplateSummary.Builderid(String id)The unique identifier of the collaboration privacy budget template.CollaborationPrivacyBudgetTemplateSummary.BuilderprivacyBudgetType(String privacyBudgetType)The type of the privacy budget template.CollaborationPrivacyBudgetTemplateSummary.BuilderprivacyBudgetType(PrivacyBudgetType privacyBudgetType)The type of the privacy budget template.CollaborationPrivacyBudgetTemplateSummary.BuilderupdateTime(Instant updateTime)The most recent time at which the collaboration 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
CollaborationPrivacyBudgetTemplateSummary.Builder id(String id)
The unique identifier of the collaboration privacy budget template.
- Parameters:
id- The unique identifier of the collaboration privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CollaborationPrivacyBudgetTemplateSummary.Builder arn(String arn)
The ARN of the collaboration privacy budget template.
- Parameters:
arn- The ARN of the collaboration privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
CollaborationPrivacyBudgetTemplateSummary.Builder collaborationId(String collaborationId)
The unique identifier of the collaboration that contains this collaboration privacy budget template.
- Parameters:
collaborationId- The unique identifier of the collaboration that contains this collaboration privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
CollaborationPrivacyBudgetTemplateSummary.Builder collaborationArn(String collaborationArn)
The ARN of the collaboration that contains this collaboration privacy budget template.
- Parameters:
collaborationArn- The ARN of the collaboration that contains this collaboration privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
CollaborationPrivacyBudgetTemplateSummary.Builder creatorAccountId(String creatorAccountId)
The unique identifier of the account that created this collaboration privacy budget template.
- Parameters:
creatorAccountId- The unique identifier of the account that created this collaboration privacy budget template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyBudgetType
CollaborationPrivacyBudgetTemplateSummary.Builder privacyBudgetType(String privacyBudgetType)
The type of the privacy budget template.
- Parameters:
privacyBudgetType- 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
CollaborationPrivacyBudgetTemplateSummary.Builder privacyBudgetType(PrivacyBudgetType privacyBudgetType)
The type of the privacy budget template.
- Parameters:
privacyBudgetType- 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
-
createTime
CollaborationPrivacyBudgetTemplateSummary.Builder createTime(Instant createTime)
The time at which the collaboration privacy budget template was created.
- Parameters:
createTime- The time at which the collaboration privacy budget template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
CollaborationPrivacyBudgetTemplateSummary.Builder updateTime(Instant updateTime)
The most recent time at which the collaboration privacy budget template was updated.
- Parameters:
updateTime- The most recent time at which the collaboration privacy budget template was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-