Interface GetAudienceModelResponse.Builder

    • Method Detail

      • 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

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

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

        GetAudienceModelResponse.Builder kmsKeyArn​(String 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

        GetAudienceModelResponse.Builder tags​(Map<String,​String> 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.