Interface CollaborationConfiguredAudienceModelAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationConfiguredAudienceModelAssociation.Builder,CollaborationConfiguredAudienceModelAssociation>,SdkBuilder<CollaborationConfiguredAudienceModelAssociation.Builder,CollaborationConfiguredAudienceModelAssociation>,SdkPojo
- Enclosing class:
- CollaborationConfiguredAudienceModelAssociation
public static interface CollaborationConfiguredAudienceModelAssociation.Builder extends SdkPojo, CopyableBuilder<CollaborationConfiguredAudienceModelAssociation.Builder,CollaborationConfiguredAudienceModelAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationConfiguredAudienceModelAssociation.Builderarn(String arn)The Amazon Resource Name (ARN) of the configured audience model association.CollaborationConfiguredAudienceModelAssociation.BuildercollaborationArn(String collaborationArn)The unique ARN for the configured audience model's associated collaboration.CollaborationConfiguredAudienceModelAssociation.BuildercollaborationId(String collaborationId)A unique identifier for the collaboration that the configured audience model associations belong to.CollaborationConfiguredAudienceModelAssociation.BuilderconfiguredAudienceModelArn(String configuredAudienceModelArn)The Amazon Resource Name (ARN) of the configure audience model.CollaborationConfiguredAudienceModelAssociation.BuildercreateTime(Instant createTime)The time at which the configured audience model association was created.CollaborationConfiguredAudienceModelAssociation.BuildercreatorAccountId(String creatorAccountId)The identifier used to reference members of the collaboration.CollaborationConfiguredAudienceModelAssociation.Builderdescription(String description)The description of the configured audience model association.CollaborationConfiguredAudienceModelAssociation.Builderid(String id)The identifier of the configured audience model association.CollaborationConfiguredAudienceModelAssociation.Buildername(String name)The name of the configured audience model association.CollaborationConfiguredAudienceModelAssociation.BuilderupdateTime(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, sdkFields
-
-
-
-
Method Detail
-
id
CollaborationConfiguredAudienceModelAssociation.Builder id(String id)
The identifier of the configured audience model association.
- Parameters:
id- The identifier of the configured audience model association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CollaborationConfiguredAudienceModelAssociation.Builder arn(String 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.
-
collaborationId
CollaborationConfiguredAudienceModelAssociation.Builder collaborationId(String collaborationId)
A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
- Parameters:
collaborationId- A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
CollaborationConfiguredAudienceModelAssociation.Builder collaborationArn(String collaborationArn)
The unique ARN for the configured audience model's associated collaboration.
- Parameters:
collaborationArn- The unique ARN for the configured audience model's associated collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredAudienceModelArn
CollaborationConfiguredAudienceModelAssociation.Builder configuredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configure audience model.
- Parameters:
configuredAudienceModelArn- The Amazon Resource Name (ARN) of the configure audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CollaborationConfiguredAudienceModelAssociation.Builder name(String 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.
-
description
CollaborationConfiguredAudienceModelAssociation.Builder description(String 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.
-
creatorAccountId
CollaborationConfiguredAudienceModelAssociation.Builder creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Only supports AWS account ID.
- Parameters:
creatorAccountId- The identifier used to reference members of the collaboration. Only supports AWS account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
CollaborationConfiguredAudienceModelAssociation.Builder createTime(Instant 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
CollaborationConfiguredAudienceModelAssociation.Builder updateTime(Instant 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.
-
-