public static class DerivedKeyResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DerivedKeyResponse |
build() |
DerivedKeyResponse.Builder |
copy(DerivedKeyResponse model) |
DerivedKeyResponse.Builder |
principal(CommonPrincipal principal)
The principal.
|
DerivedKeyResponse.Builder |
signingKey(String signingKey)
The derived key.
|
public DerivedKeyResponse.Builder signingKey(String signingKey)
The derived key.
signingKey
- the value to setpublic DerivedKeyResponse.Builder principal(CommonPrincipal principal)
The principal.
principal
- the value to setpublic DerivedKeyResponse build()
public DerivedKeyResponse.Builder copy(DerivedKeyResponse model)
Copyright © 2016–2024. All rights reserved.