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 Details

    • 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.
    • 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.
    • 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.
    • 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.
    • 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:
    • 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:
    • 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.
    • 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.