Interface AudienceModelSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudienceModelSummary.Builder,AudienceModelSummary>,SdkBuilder<AudienceModelSummary.Builder,AudienceModelSummary>,SdkPojo
- Enclosing class:
- AudienceModelSummary
public static interface AudienceModelSummary.Builder extends SdkPojo, CopyableBuilder<AudienceModelSummary.Builder,AudienceModelSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceModelSummary.BuilderaudienceModelArn(String audienceModelArn)The Amazon Resource Name (ARN) of the audience model.AudienceModelSummary.BuildercreateTime(Instant createTime)The time at which the audience model was created.AudienceModelSummary.Builderdescription(String description)The description of the audience model.AudienceModelSummary.Buildername(String name)The name of the audience model.AudienceModelSummary.Builderstatus(String status)The status of the audience model.AudienceModelSummary.Builderstatus(AudienceModelStatus status)The status of the audience model.AudienceModelSummary.BuildertrainingDatasetArn(String trainingDatasetArn)The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.AudienceModelSummary.BuilderupdateTime(Instant updateTime)The most recent time at which the audience model 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
-
createTime
AudienceModelSummary.Builder createTime(Instant createTime)
The time at which the audience model was created.
- Parameters:
createTime- The time at which the audience model was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
AudienceModelSummary.Builder updateTime(Instant updateTime)
The most recent time at which the audience model was updated.
- Parameters:
updateTime- The most recent time at which the audience model was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audienceModelArn
AudienceModelSummary.Builder audienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model.
- Parameters:
audienceModelArn- The Amazon Resource Name (ARN) of the audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AudienceModelSummary.Builder name(String name)
The name of the audience model.
- Parameters:
name- The name of the audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingDatasetArn
AudienceModelSummary.Builder trainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
- Parameters:
trainingDatasetArn- The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AudienceModelSummary.Builder status(String status)
The status of the audience model.
- Parameters:
status- The status of the audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudienceModelStatus,AudienceModelStatus
-
status
AudienceModelSummary.Builder status(AudienceModelStatus status)
The status of the audience model.
- Parameters:
status- The status of the audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudienceModelStatus,AudienceModelStatus
-
description
AudienceModelSummary.Builder description(String description)
The description of the audience model.
- Parameters:
description- The description of the audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-