CopyableBuilder<ActionState.Builder,ActionState>
, SdkBuilder<ActionState.Builder,ActionState>
public static interface ActionState.Builder extends CopyableBuilder<ActionState.Builder,ActionState>
Modifier and Type | Method | Description |
---|---|---|
ActionState.Builder |
actionName(String actionName) |
The name of the action.
|
ActionState.Builder |
currentRevision(ActionRevision currentRevision) |
Represents information about the version (or revision) of an action.
|
ActionState.Builder |
entityUrl(String entityUrl) |
A URL link for more information about the state of the action, such as a deployment group details page.
|
ActionState.Builder |
latestExecution(ActionExecution latestExecution) |
Represents information about the run of an action.
|
ActionState.Builder |
revisionUrl(String revisionUrl) |
A URL link for more information about the revision, such as a commit details page.
|
copy
apply, build
ActionState.Builder actionName(String actionName)
The name of the action.
actionName
- The name of the action.ActionState.Builder currentRevision(ActionRevision currentRevision)
Represents information about the version (or revision) of an action.
currentRevision
- Represents information about the version (or revision) of an action.ActionState.Builder latestExecution(ActionExecution latestExecution)
Represents information about the run of an action.
latestExecution
- Represents information about the run of an action.ActionState.Builder entityUrl(String entityUrl)
A URL link for more information about the state of the action, such as a deployment group details page.
entityUrl
- A URL link for more information about the state of the action, such as a deployment group details
page.ActionState.Builder revisionUrl(String revisionUrl)
A URL link for more information about the revision, such as a commit details page.
revisionUrl
- A URL link for more information about the revision, such as a commit details page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.