public static final class ALBAuthToken.Builder
extends java.lang.Object
ALBAuthToken.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBAuthToken. |
| Modifier and Type | Method and Description |
|---|---|
ALBAuthToken |
build() |
ALBAuthToken.Builder |
setExpiresAt(java.lang.String expiresAt)
Expiry time of the token will be set by LCM at the time of Enforcement Point
Creation.
|
ALBAuthToken.Builder |
setHours(java.lang.String hours)
Hours to validate the token
|
ALBAuthToken.Builder |
setToken(java.lang.String token)
Token for Avi Controller.
|
ALBAuthToken.Builder |
setUsername(java.lang.String username)
controller username.
|
public Builder()
ALBAuthToken.public ALBAuthToken.Builder setExpiresAt(java.lang.String expiresAt)
expiresAt - New value for the property.public ALBAuthToken.Builder setHours(java.lang.String hours)
hours - New value for the property.public ALBAuthToken.Builder setToken(java.lang.String token)
token - New value for the property.public ALBAuthToken.Builder setUsername(java.lang.String username)
username - New value for the property.public ALBAuthToken build()