Interface ConfiguredAudienceModelAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfiguredAudienceModelAssociationSummary.Builder,ConfiguredAudienceModelAssociationSummary>,SdkBuilder<ConfiguredAudienceModelAssociationSummary.Builder,ConfiguredAudienceModelAssociationSummary>,SdkPojo
- Enclosing class:
- ConfiguredAudienceModelAssociationSummary
public static interface ConfiguredAudienceModelAssociationSummary.Builder extends SdkPojo, CopyableBuilder<ConfiguredAudienceModelAssociationSummary.Builder,ConfiguredAudienceModelAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiguredAudienceModelAssociationSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the configured audience model association.ConfiguredAudienceModelAssociationSummary.BuildercollaborationArn(String collaborationArn)The Amazon Resource Name (ARN) of the collaboration that contains the configured audience model association.ConfiguredAudienceModelAssociationSummary.BuildercollaborationId(String collaborationId)A unique identifier of the collaboration that configured audience model is associated with.ConfiguredAudienceModelAssociationSummary.BuilderconfiguredAudienceModelArn(String configuredAudienceModelArn)The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.ConfiguredAudienceModelAssociationSummary.BuildercreateTime(Instant createTime)The time at which the configured audience model association was created.ConfiguredAudienceModelAssociationSummary.Builderdescription(String description)The description of the configured audience model association.ConfiguredAudienceModelAssociationSummary.Builderid(String id)A unique identifier of the configured audience model association.ConfiguredAudienceModelAssociationSummary.BuildermembershipArn(String membershipArn)The Amazon Resource Name (ARN) of the membership that contains the configured audience model association.ConfiguredAudienceModelAssociationSummary.BuildermembershipId(String membershipId)A unique identifier of the membership that contains the configured audience model association.ConfiguredAudienceModelAssociationSummary.Buildername(String name)The name of the configured audience model association.ConfiguredAudienceModelAssociationSummary.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
-
membershipId
ConfiguredAudienceModelAssociationSummary.Builder membershipId(String 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
ConfiguredAudienceModelAssociationSummary.Builder membershipArn(String 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
ConfiguredAudienceModelAssociationSummary.Builder collaborationArn(String 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
ConfiguredAudienceModelAssociationSummary.Builder collaborationId(String 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
ConfiguredAudienceModelAssociationSummary.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
ConfiguredAudienceModelAssociationSummary.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.
-
id
ConfiguredAudienceModelAssociationSummary.Builder id(String 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
ConfiguredAudienceModelAssociationSummary.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.
-
name
ConfiguredAudienceModelAssociationSummary.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.
-
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
ConfiguredAudienceModelAssociationSummary.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.
-
-