Interface WebAuthnCredentialDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebAuthnCredentialDescription.Builder,
,WebAuthnCredentialDescription> SdkBuilder<WebAuthnCredentialDescription.Builder,
,WebAuthnCredentialDescription> SdkPojo
- Enclosing class:
WebAuthnCredentialDescription
-
Method Summary
Modifier and TypeMethodDescriptionauthenticatorAttachment
(String authenticatorAttachment) The general category of the passkey authenticator.authenticatorTransports
(String... authenticatorTransports) Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.authenticatorTransports
(Collection<String> authenticatorTransports) Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.The date and time when the item was created.credentialId
(String credentialId) The unique identifier of the passkey credential.friendlyCredentialName
(String friendlyCredentialName) An automatically-generated friendly name for the passkey credential.relyingPartyId
(String relyingPartyId) The relying-party ID of the provider for the passkey credential.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 Details
-
credentialId
The unique identifier of the passkey credential.
- Parameters:
credentialId
- The unique identifier of the passkey credential.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
friendlyCredentialName
An automatically-generated friendly name for the passkey credential.
- Parameters:
friendlyCredentialName
- An automatically-generated friendly name for the passkey credential.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relyingPartyId
The relying-party ID of the provider for the passkey credential.
- Parameters:
relyingPartyId
- The relying-party ID of the provider for the passkey credential.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticatorAttachment
The general category of the passkey authenticator. Can be a platform, or on-device authenticator like a built-in fingerprint scanner, or a cross-platform device that's not attached to the device like a Bluetooth security key.
- Parameters:
authenticatorAttachment
- The general category of the passkey authenticator. Can be a platform, or on-device authenticator like a built-in fingerprint scanner, or a cross-platform device that's not attached to the device like a Bluetooth security key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticatorTransports
WebAuthnCredentialDescription.Builder authenticatorTransports(Collection<String> authenticatorTransports) Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.
- Parameters:
authenticatorTransports
- Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticatorTransports
Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.
- Parameters:
authenticatorTransports
- Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.- Parameters:
createdAt
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDate
object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-