Interface StartWebAuthnRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<StartWebAuthnRegistrationResponse.Builder,,StartWebAuthnRegistrationResponse> SdkBuilder<StartWebAuthnRegistrationResponse.Builder,,StartWebAuthnRegistrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartWebAuthnRegistrationResponse
@Mutable
@NotThreadSafe
public static interface StartWebAuthnRegistrationResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<StartWebAuthnRegistrationResponse.Builder,StartWebAuthnRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncredentialCreationOptions(Document credentialCreationOptions) The information that a user can provide in their request to register with their passkey provider.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
credentialCreationOptions
StartWebAuthnRegistrationResponse.Builder credentialCreationOptions(Document credentialCreationOptions) The information that a user can provide in their request to register with their passkey provider.
- Parameters:
credentialCreationOptions- The information that a user can provide in their request to register with their passkey provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-