Interface DeleteWebAuthnCredentialRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<DeleteWebAuthnCredentialRequest.Builder,DeleteWebAuthnCredentialRequest>,SdkBuilder<DeleteWebAuthnCredentialRequest.Builder,DeleteWebAuthnCredentialRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteWebAuthnCredentialRequest
public static interface DeleteWebAuthnCredentialRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DeleteWebAuthnCredentialRequest.Builder,DeleteWebAuthnCredentialRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteWebAuthnCredentialRequest.BuilderaccessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose passkey credential you want to delete.DeleteWebAuthnCredentialRequest.BuildercredentialId(String credentialId)The unique identifier of the passkey that you want to delete.DeleteWebAuthnCredentialRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteWebAuthnCredentialRequest.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
DeleteWebAuthnCredentialRequest.Builder accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose passkey credential you want to delete.
- Parameters:
accessToken- A valid access token that Amazon Cognito issued to the user whose passkey credential you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialId
DeleteWebAuthnCredentialRequest.Builder credentialId(String credentialId)
The unique identifier of the passkey that you want to delete. Look up registered devices with ListWebAuthnCredentials.
- Parameters:
credentialId- The unique identifier of the passkey that you want to delete. Look up registered devices with ListWebAuthnCredentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteWebAuthnCredentialRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteWebAuthnCredentialRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-