Interface StartWebAuthnRegistrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<StartWebAuthnRegistrationRequest.Builder,StartWebAuthnRegistrationRequest>,SdkBuilder<StartWebAuthnRegistrationRequest.Builder,StartWebAuthnRegistrationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartWebAuthnRegistrationRequest
public static interface StartWebAuthnRegistrationRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<StartWebAuthnRegistrationRequest.Builder,StartWebAuthnRegistrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartWebAuthnRegistrationRequest.BuilderaccessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose passkey metadata you want to generate.StartWebAuthnRegistrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartWebAuthnRegistrationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
accessToken
StartWebAuthnRegistrationRequest.Builder accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose passkey metadata you want to generate.
- Parameters:
accessToken- A valid access token that Amazon Cognito issued to the user whose passkey metadata you want to generate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartWebAuthnRegistrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartWebAuthnRegistrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-