public static interface RejectPredictionsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<RejectPredictionsRequest.Builder,RejectPredictionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRejectPredictionsRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.RejectPredictionsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.RejectPredictionsRequest.Builder identifier(String identifier)
The identifier of the prediction.
identifier - The identifier of the prediction.RejectPredictionsRequest.Builder rejectChoices(Collection<RejectChoice> rejectChoices)
rejectChoices - RejectPredictionsRequest.Builder rejectChoices(RejectChoice... rejectChoices)
rejectChoices - RejectPredictionsRequest.Builder rejectChoices(Consumer<RejectChoice.Builder>... rejectChoices)
RejectChoice.Builder avoiding the need to create one
manually via RejectChoice.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rejectChoices(List.
rejectChoices - a consumer that will call methods on
RejectChoice.Builder#rejectChoices(java.util.Collection) RejectPredictionsRequest.Builder rejectRule(RejectRule rejectRule)
rejectRule - default RejectPredictionsRequest.Builder rejectRule(Consumer<RejectRule.Builder> rejectRule)
RejectRule.Builder avoiding the need to
create one manually via RejectRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to rejectRule(RejectRule).
rejectRule - a consumer that will call methods on RejectRule.BuilderrejectRule(RejectRule)RejectPredictionsRequest.Builder revision(String revision)
revision - RejectPredictionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRejectPredictionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.