public static final class PasswordCredential.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
PasswordCredential |
build() |
PasswordCredential.Builder |
customKeyIdentifier(byte[] customKeyIdentifier) |
PasswordCredential.Builder |
displayName(String displayName) |
PasswordCredential.Builder |
endDateTime(OffsetDateTime endDateTime) |
PasswordCredential.Builder |
hint(String hint) |
PasswordCredential.Builder |
keyId(String keyId) |
PasswordCredential.Builder |
secretText(String secretText) |
PasswordCredential.Builder |
startDateTime(OffsetDateTime startDateTime) |
public PasswordCredential.Builder customKeyIdentifier(byte[] customKeyIdentifier)
public PasswordCredential.Builder endDateTime(OffsetDateTime endDateTime)
public PasswordCredential.Builder keyId(String keyId)
public PasswordCredential.Builder startDateTime(OffsetDateTime startDateTime)
public PasswordCredential.Builder secretText(String secretText)
public PasswordCredential.Builder hint(String hint)
public PasswordCredential.Builder displayName(String displayName)
public PasswordCredential build()
Copyright © 2018–2020. All rights reserved.