Interface ConfiguredAudienceModelAssociationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfiguredAudienceModelAssociationSummary.Builder,
,ConfiguredAudienceModelAssociationSummary> SdkBuilder<ConfiguredAudienceModelAssociationSummary.Builder,
,ConfiguredAudienceModelAssociationSummary> SdkPojo
- Enclosing class:
ConfiguredAudienceModelAssociationSummary
-
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 the configured audience model association.collaborationId
(String collaborationId) A unique identifier of the collaboration that configured audience model is associated with.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.membershipArn
(String membershipArn) The Amazon Resource Name (ARN) of the membership that contains the configured audience model association.membershipId
(String membershipId) A unique identifier of the membership that contains the 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
-
membershipId
A unique identifier of the membership that contains the configured audience model association.
- Parameters:
membershipId
- A unique identifier of the membership that contains the 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 the configured audience model association.
- Parameters:
membershipArn
- The Amazon Resource Name (ARN) of the membership that contains the 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 the configured audience model association.
- Parameters:
collaborationArn
- The Amazon Resource Name (ARN) of the collaboration that contains the 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 configured audience model is associated with.
- Parameters:
collaborationId
- A unique identifier of the collaboration that configured audience model is associated with.- 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.
-
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.
-
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.
-
configuredAudienceModelArn
ConfiguredAudienceModelAssociationSummary.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.
-
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.
-