Interface AudienceGenerationJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AudienceGenerationJobSummary.Builder,
,AudienceGenerationJobSummary> SdkBuilder<AudienceGenerationJobSummary.Builder,
,AudienceGenerationJobSummary> SdkPojo
- Enclosing class:
AudienceGenerationJobSummary
@Mutable
@NotThreadSafe
public static interface AudienceGenerationJobSummary.Builder
extends SdkPojo, CopyableBuilder<AudienceGenerationJobSummary.Builder,AudienceGenerationJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionaudienceGenerationJobArn
(String audienceGenerationJobArn) The Amazon Resource Name (ARN) of the audience generation job.collaborationId
(String collaborationId) The identifier of the collaboration that contains this audience generation job.configuredAudienceModelArn
(String configuredAudienceModelArn) The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.createTime
(Instant createTime) The time at which the audience generation job was created.description
(String description) The description of the audience generation job.The name of the audience generation job.The AWS Account that submitted the job.The status of the audience generation job.status
(AudienceGenerationJobStatus status) The status of the audience generation job.updateTime
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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:
-
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:
-
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
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
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.
-