Interface GetAudienceModelResponse.Builder

  • Method Details

    • createTime

      GetAudienceModelResponse.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

      GetAudienceModelResponse.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.
    • trainingDataStartTime

      GetAudienceModelResponse.Builder trainingDataStartTime(Instant trainingDataStartTime)

      The start date specified for the training window.

      Parameters:
      trainingDataStartTime - The start date specified for the training window.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainingDataEndTime

      GetAudienceModelResponse.Builder trainingDataEndTime(Instant trainingDataEndTime)

      The end date specified for the training window.

      Parameters:
      trainingDataEndTime - The end date specified for the training window.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audienceModelArn

      GetAudienceModelResponse.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

      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

      GetAudienceModelResponse.Builder trainingDatasetArn(String trainingDatasetArn)

      The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.

      Parameters:
      trainingDatasetArn - The Amazon Resource Name (ARN) of the training dataset that was used for this 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:
    • statusDetails

      GetAudienceModelResponse.Builder statusDetails(StatusDetails statusDetails)

      Details about the status of the audience model.

      Parameters:
      statusDetails - Details about the status of the audience model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusDetails

      default GetAudienceModelResponse.Builder statusDetails(Consumer<StatusDetails.Builder> statusDetails)

      Details about the status of the audience model.

      This is a convenience method that creates an instance of the StatusDetails.Builder avoiding the need to create one manually via StatusDetails.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to statusDetails(StatusDetails).

      Parameters:
      statusDetails - a consumer that will call methods on StatusDetails.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      The KMS key ARN used for the audience model.

      Parameters:
      kmsKeyArn - The KMS key ARN used for the audience model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags that are assigned to the audience model.

      Parameters:
      tags - The tags that are assigned to the audience model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetAudienceModelResponse.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.