AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptChoices(Collection<AcceptChoice> acceptChoices) |
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a
column name) that can be accepted.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptChoices(Consumer<AcceptChoice.Builder>... acceptChoices) |
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a
column name) that can be accepted.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptChoices(AcceptChoice... acceptChoices) |
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a
column name) that can be accepted.
|
default AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptRule(Consumer<AcceptRule.Builder> acceptRule) |
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptRule(AcceptRule acceptRule) |
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
static AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.builder() |
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier to ensure idempotency of the request.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.domainIdentifier(String domainIdentifier) |
The identifier of the Amazon DataZone domain.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.identifier(String identifier) |
The identifier of the asset.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.revision(String revision) |
The revision that is to be made to the asset.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.toBuilder() |
|