Interface AudienceGenerationJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudienceGenerationJobSummary.Builder,AudienceGenerationJobSummary>,SdkBuilder<AudienceGenerationJobSummary.Builder,AudienceGenerationJobSummary>,SdkPojo
- Enclosing class:
- AudienceGenerationJobSummary
public static interface AudienceGenerationJobSummary.Builder extends SdkPojo, CopyableBuilder<AudienceGenerationJobSummary.Builder,AudienceGenerationJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceGenerationJobSummary.BuilderaudienceGenerationJobArn(String audienceGenerationJobArn)The Amazon Resource Name (ARN) of the audience generation job.AudienceGenerationJobSummary.BuildercollaborationId(String collaborationId)The identifier of the collaboration that contains this audience generation job.AudienceGenerationJobSummary.BuilderconfiguredAudienceModelArn(String configuredAudienceModelArn)The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.AudienceGenerationJobSummary.BuildercreateTime(Instant createTime)The time at which the audience generation job was created.AudienceGenerationJobSummary.Builderdescription(String description)The description of the audience generation job.AudienceGenerationJobSummary.Buildername(String name)The name of the audience generation job.AudienceGenerationJobSummary.BuilderstartedBy(String startedBy)The AWS Account that submitted the job.AudienceGenerationJobSummary.Builderstatus(String status)The status of the audience generation job.AudienceGenerationJobSummary.Builderstatus(AudienceGenerationJobStatus status)The status of the audience generation job.AudienceGenerationJobSummary.BuilderupdateTime(Instant updateTime)The most recent time at which the audience generation job 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
AudienceGenerationJobSummary.Builder createTime(Instant createTime)
The time at which the audience generation job was created.
- Parameters:
createTime- The time at which the audience generation job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
AudienceGenerationJobSummary.Builder updateTime(Instant updateTime)
The most recent time at which the audience generation job was updated.
- Parameters:
updateTime- The most recent time at which the audience generation job was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audienceGenerationJobArn
AudienceGenerationJobSummary.Builder audienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job.
- Parameters:
audienceGenerationJobArn- The Amazon Resource Name (ARN) of the audience generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AudienceGenerationJobSummary.Builder name(String name)
The name of the audience generation job.
- Parameters:
name- The name of the audience generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AudienceGenerationJobSummary.Builder description(String description)
The description of the audience generation job.
- Parameters:
description- The description of the audience generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AudienceGenerationJobSummary.Builder status(String status)
The status of the audience generation job.
- Parameters:
status- The status of the audience generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudienceGenerationJobStatus,AudienceGenerationJobStatus
-
status
AudienceGenerationJobSummary.Builder status(AudienceGenerationJobStatus status)
The status of the audience generation job.
- Parameters:
status- The status of the audience generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudienceGenerationJobStatus,AudienceGenerationJobStatus
-
configuredAudienceModelArn
AudienceGenerationJobSummary.Builder configuredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
- Parameters:
configuredAudienceModelArn- The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
AudienceGenerationJobSummary.Builder collaborationId(String collaborationId)
The identifier of the collaboration that contains this audience generation job.
- Parameters:
collaborationId- The identifier of the collaboration that contains this audience generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedBy
AudienceGenerationJobSummary.Builder startedBy(String startedBy)
The AWS Account that submitted the job.
- Parameters:
startedBy- The AWS Account that submitted the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-