Interface GetAudienceModelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsMlResponse.Builder
,CopyableBuilder<GetAudienceModelResponse.Builder,
,GetAudienceModelResponse> SdkBuilder<GetAudienceModelResponse.Builder,
,GetAudienceModelResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAudienceModelResponse
-
Method Summary
Modifier and TypeMethodDescriptionaudienceModelArn
(String audienceModelArn) The Amazon Resource Name (ARN) of the audience model.createTime
(Instant createTime) The time at which the audience model was created.description
(String description) The description of the audience model.The KMS key ARN used for the audience model.The name of the audience model.The status of the audience model.status
(AudienceModelStatus status) The status of the audience model.default GetAudienceModelResponse.Builder
statusDetails
(Consumer<StatusDetails.Builder> statusDetails) Details about the status of the audience model.statusDetails
(StatusDetails statusDetails) Details about the status of the audience model.The tags that are assigned to the audience model.trainingDataEndTime
(Instant trainingDataEndTime) The end date specified for the training window.trainingDatasetArn
(String trainingDatasetArn) The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.trainingDataStartTime
(Instant trainingDataStartTime) The start date specified for the training window.updateTime
(Instant updateTime) The most recent time at which the 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 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
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
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
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
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
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
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 theStatusDetails.Builder
avoiding the need to create one manually viaStatusDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatusDetails(StatusDetails)
.- Parameters:
statusDetails
- a consumer that will call methods onStatusDetails.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
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.
-