Class AuthnErrorGroup.Builder
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.spec.AuthnErrorGroup.Builder
-
- Enclosing class:
- AuthnErrorGroup
public static class AuthnErrorGroup.Builder extends Object
A fluent builder forAuthnErrorGroupinstances.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthnErrorGroupbuild()Build the instance.AuthnErrorGroup.Buildererror(AuthnErrorSpec errorSpec)Set the top-level error spec.AuthnErrorGroup.BuildererrorDetail(AuthnErrorDetailSpec detailSpec)Add an error detail spec to the list.
-
-
-
Method Detail
-
build
public AuthnErrorGroup build()
Build the instance.
-
error
public AuthnErrorGroup.Builder error(AuthnErrorSpec errorSpec)
Set the top-level error spec.
-
errorDetail
public AuthnErrorGroup.Builder errorDetail(AuthnErrorDetailSpec detailSpec)
Add an error detail spec to the list.
-
-