Interface GetConfiguredAudienceModelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsMlResponse.Builder
,CopyableBuilder<GetConfiguredAudienceModelResponse.Builder,
,GetConfiguredAudienceModelResponse> SdkBuilder<GetConfiguredAudienceModelResponse.Builder,
,GetConfiguredAudienceModelResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetConfiguredAudienceModelResponse
-
Method Summary
Modifier and TypeMethodDescriptionaudienceModelArn
(String audienceModelArn) The Amazon Resource Name (ARN) of the audience model used for this configured audience model.audienceSizeConfig
(Consumer<AudienceSizeConfig.Builder> audienceSizeConfig) The list of output sizes of audiences that can be created using this configured audience model.audienceSizeConfig
(AudienceSizeConfig audienceSizeConfig) The list of output sizes of audiences that can be created using this configured audience model.childResourceTagOnCreatePolicy
(String childResourceTagOnCreatePolicy) Provides thechildResourceTagOnCreatePolicy
that was used for this configured audience model.childResourceTagOnCreatePolicy
(TagOnCreatePolicy childResourceTagOnCreatePolicy) Provides thechildResourceTagOnCreatePolicy
that was used for this configured audience model.configuredAudienceModelArn
(String configuredAudienceModelArn) The Amazon Resource Name (ARN) of the configured audience model.createTime
(Instant createTime) The time at which the configured audience model was created.description
(String description) The description of the configured audience model.minMatchingSeedSize
(Integer minMatchingSeedSize) The minimum number of users from the seed audience that must match with users in the training data of the audience model.The name of the configured audience model.outputConfig
(Consumer<ConfiguredAudienceModelOutputConfig.Builder> outputConfig) The output configuration of the configured audience modeloutputConfig
(ConfiguredAudienceModelOutputConfig outputConfig) The output configuration of the configured audience modelsharedAudienceMetrics
(Collection<SharedAudienceMetrics> sharedAudienceMetrics) Whether audience metrics are shared.sharedAudienceMetrics
(SharedAudienceMetrics... sharedAudienceMetrics) Whether audience metrics are shared.sharedAudienceMetricsWithStrings
(String... sharedAudienceMetrics) Whether audience metrics are shared.sharedAudienceMetricsWithStrings
(Collection<String> sharedAudienceMetrics) Whether audience metrics are shared.The status of the configured audience model.status
(ConfiguredAudienceModelStatus status) The status of the configured audience model.The tags that are associated to this configured audience model.updateTime
(Instant updateTime) The most recent time at which the configured audience model was updated.Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createTime
The time at which the configured audience model was created.
- Parameters:
createTime
- The time at which the configured audience model 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 configured audience model was updated.
- Parameters:
updateTime
- The most recent time at which the configured audience model was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredAudienceModelArn
GetConfiguredAudienceModelResponse.Builder configuredAudienceModelArn(String configuredAudienceModelArn) The Amazon Resource Name (ARN) of the configured audience model.
- Parameters:
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configured audience model.
- Parameters:
name
- The name of the configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audienceModelArn
The Amazon Resource Name (ARN) of the audience model used for this configured audience model.
- Parameters:
audienceModelArn
- The Amazon Resource Name (ARN) of the audience model used for this configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
GetConfiguredAudienceModelResponse.Builder outputConfig(ConfiguredAudienceModelOutputConfig outputConfig) The output configuration of the configured audience model
- Parameters:
outputConfig
- The output configuration of the configured audience model- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
default GetConfiguredAudienceModelResponse.Builder outputConfig(Consumer<ConfiguredAudienceModelOutputConfig.Builder> outputConfig) The output configuration of the configured audience model
This is a convenience method that creates an instance of theConfiguredAudienceModelOutputConfig.Builder
avoiding the need to create one manually viaConfiguredAudienceModelOutputConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputConfig(ConfiguredAudienceModelOutputConfig)
.- Parameters:
outputConfig
- a consumer that will call methods onConfiguredAudienceModelOutputConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the configured audience model.
- Parameters:
description
- The description of the configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the configured audience model.
- Parameters:
status
- The status of the configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the configured audience model.
- Parameters:
status
- The status of the configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minMatchingSeedSize
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
- Parameters:
minMatchingSeedSize
- The minimum number of users from the seed audience that must match with users in the training data of the audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audienceSizeConfig
GetConfiguredAudienceModelResponse.Builder audienceSizeConfig(AudienceSizeConfig audienceSizeConfig) The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an
audienceSize
selected from this list. You can use theABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use thePercentage
AudienceSize to configure sizes in the range 1-100 percent.- Parameters:
audienceSizeConfig
- The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have anaudienceSize
selected from this list. You can use theABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use thePercentage
AudienceSize to configure sizes in the range 1-100 percent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audienceSizeConfig
default GetConfiguredAudienceModelResponse.Builder audienceSizeConfig(Consumer<AudienceSizeConfig.Builder> audienceSizeConfig) The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an
This is a convenience method that creates an instance of theaudienceSize
selected from this list. You can use theABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use thePercentage
AudienceSize to configure sizes in the range 1-100 percent.AudienceSizeConfig.Builder
avoiding the need to create one manually viaAudienceSizeConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaudienceSizeConfig(AudienceSizeConfig)
.- Parameters:
audienceSizeConfig
- a consumer that will call methods onAudienceSizeConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags that are associated to this configured audience model.
- Parameters:
tags
- The tags that are associated to this configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childResourceTagOnCreatePolicy
GetConfiguredAudienceModelResponse.Builder childResourceTagOnCreatePolicy(String childResourceTagOnCreatePolicy) Provides the
childResourceTagOnCreatePolicy
that was used for this configured audience model.- Parameters:
childResourceTagOnCreatePolicy
- Provides thechildResourceTagOnCreatePolicy
that was used for this configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
childResourceTagOnCreatePolicy
GetConfiguredAudienceModelResponse.Builder childResourceTagOnCreatePolicy(TagOnCreatePolicy childResourceTagOnCreatePolicy) Provides the
childResourceTagOnCreatePolicy
that was used for this configured audience model.- Parameters:
childResourceTagOnCreatePolicy
- Provides thechildResourceTagOnCreatePolicy
that was used for this configured audience model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-