public static final class DefaultAuthSchemeOption.BuilderImpl extends Object implements AuthSchemeOption.Builder
| Modifier and Type | Method and Description |
|---|---|
AuthSchemeOption |
build() |
<T> AuthSchemeOption.Builder |
putIdentityProperty(IdentityProperty<T> key,
T value)
Update or add the provided property value.
|
<T> AuthSchemeOption.Builder |
putIdentityPropertyIfAbsent(IdentityProperty<T> key,
T value)
Add the provided property value if the property does not already exist.
|
<T> AuthSchemeOption.Builder |
putSignerProperty(SignerProperty<T> key,
T value)
Update or add the provided property value.
|
<T> AuthSchemeOption.Builder |
putSignerPropertyIfAbsent(SignerProperty<T> key,
T value)
Add the provided property value if the property does not already exist.
|
AuthSchemeOption.Builder |
schemeId(String schemeId)
Set the scheme ID.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyapplyMutationpublic AuthSchemeOption.Builder schemeId(String schemeId)
AuthSchemeOption.BuilderschemeId in interface AuthSchemeOption.Builderpublic <T> AuthSchemeOption.Builder putIdentityProperty(IdentityProperty<T> key, T value)
AuthSchemeOption.BuilderputIdentityProperty in interface AuthSchemeOption.Builderpublic <T> AuthSchemeOption.Builder putIdentityPropertyIfAbsent(IdentityProperty<T> key, T value)
AuthSchemeOption.BuilderputIdentityPropertyIfAbsent in interface AuthSchemeOption.Builderpublic <T> AuthSchemeOption.Builder putSignerProperty(SignerProperty<T> key, T value)
AuthSchemeOption.BuilderputSignerProperty in interface AuthSchemeOption.Builderpublic <T> AuthSchemeOption.Builder putSignerPropertyIfAbsent(SignerProperty<T> key, T value)
AuthSchemeOption.BuilderputSignerPropertyIfAbsent in interface AuthSchemeOption.Builderpublic AuthSchemeOption build()
build in interface Buildablebuild in interface SdkBuilder<AuthSchemeOption.Builder,AuthSchemeOption>Copyright © 2023. All rights reserved.