Interface ConfiguredAudienceModelAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfiguredAudienceModelAssociation.Builder,
,ConfiguredAudienceModelAssociation> SdkBuilder<ConfiguredAudienceModelAssociation.Builder,
,ConfiguredAudienceModelAssociation> SdkPojo
- Enclosing class:
ConfiguredAudienceModelAssociation
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configured audience model association.collaborationArn
(String collaborationArn) The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.collaborationId
(String collaborationId) A unique identifier of the collaboration that contains this configured audience model association.configuredAudienceModelArn
(String configuredAudienceModelArn) The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.createTime
(Instant createTime) The time at which the configured audience model association was created.description
(String description) The description of the configured audience model association.A unique identifier of the configured audience model association.manageResourcePolicies
(Boolean manageResourcePolicies) WhenTRUE
, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration.membershipArn
(String membershipArn) The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.membershipId
(String membershipId) A unique identifier for the membership that contains this configured audience model association.The name of the configured audience model association.updateTime
(Instant updateTime) The most recent time at which the configured audience model association 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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
A unique identifier of the configured audience model association.
- Parameters:
id
- A unique identifier of the configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the configured audience model association.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredAudienceModelArn
ConfiguredAudienceModelAssociation.Builder configuredAudienceModelArn(String configuredAudienceModelArn) The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.
- Parameters:
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
A unique identifier for the membership that contains this configured audience model association.
- Parameters:
membershipId
- A unique identifier for the membership that contains this configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.
- Parameters:
membershipArn
- The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
A unique identifier of the collaboration that contains this configured audience model association.
- Parameters:
collaborationId
- A unique identifier of the collaboration that contains this configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.
- Parameters:
collaborationArn
- The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configured audience model association.
- Parameters:
name
- The name of the configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manageResourcePolicies
When
TRUE
, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. WhenFALSE
, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.- Parameters:
manageResourcePolicies
- WhenTRUE
, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. WhenFALSE
, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the configured audience model association.
- Parameters:
description
- The description of the configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time at which the configured audience model association was created.
- Parameters:
createTime
- The time at which the configured audience model association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The most recent time at which the configured audience model association was updated.
- Parameters:
updateTime
- The most recent time at which the configured audience model association was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-