public static final class VppTokenActionResult.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
VppTokenActionResult.Builder |
actionName(String actionName)
“Action name”
|
VppTokenActionResult.Builder |
actionState(ActionState actionState)
“State of the action”
|
VppTokenActionResult |
build() |
VppTokenActionResult.Builder |
lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
“Time the action state was last updated”
|
VppTokenActionResult.Builder |
startDateTime(OffsetDateTime startDateTime)
“Time the action was initiated”
|
public VppTokenActionResult.Builder actionName(String actionName)
actionName - value of actionName property (as defined in service metadata)this (for method chaining)public VppTokenActionResult.Builder actionState(ActionState actionState)
actionState - value of actionState property (as defined in service metadata)this (for method chaining)public VppTokenActionResult.Builder startDateTime(OffsetDateTime startDateTime)
startDateTime - value of startDateTime property (as defined in service metadata)this (for method chaining)public VppTokenActionResult.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
lastUpdatedDateTime - value of lastUpdatedDateTime property (as defined in service metadata)this (for method chaining)public VppTokenActionResult build()
Copyright © 2018–2020. All rights reserved.