Interface GetFaceLivenessSessionResultsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetFaceLivenessSessionResultsRequest.Builder,GetFaceLivenessSessionResultsRequest>,RekognitionRequest.Builder,SdkBuilder<GetFaceLivenessSessionResultsRequest.Builder,GetFaceLivenessSessionResultsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFaceLivenessSessionResultsRequest
public static interface GetFaceLivenessSessionResultsRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<GetFaceLivenessSessionResultsRequest.Builder,GetFaceLivenessSessionResultsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFaceLivenessSessionResultsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFaceLivenessSessionResultsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFaceLivenessSessionResultsRequest.BuildersessionId(String sessionId)A unique 128-bit UUID.-
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.rekognition.model.RekognitionRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sessionId
GetFaceLivenessSessionResultsRequest.Builder sessionId(String sessionId)
A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.
- Parameters:
sessionId- A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFaceLivenessSessionResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFaceLivenessSessionResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-