public static interface AcceptPredictionsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<AcceptPredictionsRequest.Builder,AcceptPredictionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptPredictionsRequest.Builder acceptChoices(Collection<AcceptChoice> acceptChoices)
acceptChoices - AcceptPredictionsRequest.Builder acceptChoices(AcceptChoice... acceptChoices)
acceptChoices - AcceptPredictionsRequest.Builder acceptChoices(Consumer<AcceptChoice.Builder>... acceptChoices)
AcceptChoice.Builder avoiding the need to create one
manually via AcceptChoice.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #acceptChoices(List.
acceptChoices - a consumer that will call methods on
AcceptChoice.Builder#acceptChoices(java.util.Collection) AcceptPredictionsRequest.Builder acceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
acceptRule - Specifies the rule (or the conditions) under which a prediction can be accepted.default AcceptPredictionsRequest.Builder acceptRule(Consumer<AcceptRule.Builder> acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
This is a convenience method that creates an instance of theAcceptRule.Builder avoiding the need to
create one manually via AcceptRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to acceptRule(AcceptRule).
acceptRule - a consumer that will call methods on AcceptRule.BuilderacceptRule(AcceptRule)AcceptPredictionsRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
clientToken - A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically
populated if not provided.AcceptPredictionsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.AcceptPredictionsRequest.Builder identifier(String identifier)
identifier - AcceptPredictionsRequest.Builder revision(String revision)
revision - AcceptPredictionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAcceptPredictionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.