Interface GetOutcomesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetOutcomesRequest.Builder,GetOutcomesRequest>,FraudDetectorRequest.Builder,SdkBuilder<GetOutcomesRequest.Builder,GetOutcomesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetOutcomesRequest
public static interface GetOutcomesRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetOutcomesRequest.Builder,GetOutcomesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOutcomesRequest.BuildermaxResults(Integer maxResults)The maximum number of objects to return for the request.GetOutcomesRequest.Buildername(String name)The name of the outcome or outcomes to get.GetOutcomesRequest.BuildernextToken(String nextToken)The next page token for the request.GetOutcomesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetOutcomesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
GetOutcomesRequest.Builder name(String name)
The name of the outcome or outcomes to get.
- Parameters:
name- The name of the outcome or outcomes to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetOutcomesRequest.Builder nextToken(String nextToken)
The next page token for the request.
- Parameters:
nextToken- The next page token for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetOutcomesRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return for the request.
- Parameters:
maxResults- The maximum number of objects to return for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetOutcomesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetOutcomesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-