public static interface GetOutcomesRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetOutcomesRequest.Builder,GetOutcomesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetOutcomesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetOutcomesRequest.Builder |
name(String name)
The name of the outcome or outcomes to get.
|
GetOutcomesRequest.Builder |
nextToken(String nextToken)
The next page token for the request.
|
GetOutcomesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetOutcomesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOutcomesRequest.Builder name(String name)
The name of the outcome or outcomes to get.
name - The name of the outcome or outcomes to get.GetOutcomesRequest.Builder nextToken(String nextToken)
The next page token for the request.
nextToken - The next page token for the request.GetOutcomesRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults - The maximum number of objects to return for the request.GetOutcomesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetOutcomesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.