CopyableBuilder<ActionRevision.Builder,ActionRevision>, SdkBuilder<ActionRevision.Builder,ActionRevision>public static interface ActionRevision.Builder extends CopyableBuilder<ActionRevision.Builder,ActionRevision>
| Modifier and Type | Method | Description |
|---|---|---|
ActionRevision.Builder |
created(Date created) |
The date and time when the most recent version of the action was created, in timestamp format.
|
ActionRevision.Builder |
revisionChangeId(String revisionChangeId) |
The unique identifier of the change that set the state to this revision, for example a deployment ID or
timestamp.
|
ActionRevision.Builder |
revisionId(String revisionId) |
The system-generated unique ID that identifies the revision number of the action.
|
copyapply, buildActionRevision.Builder revisionId(String revisionId)
The system-generated unique ID that identifies the revision number of the action.
revisionId - The system-generated unique ID that identifies the revision number of the action.ActionRevision.Builder revisionChangeId(String revisionChangeId)
The unique identifier of the change that set the state to this revision, for example a deployment ID or timestamp.
revisionChangeId - The unique identifier of the change that set the state to this revision, for example a deployment ID
or timestamp.ActionRevision.Builder created(Date created)
The date and time when the most recent version of the action was created, in timestamp format.
created - The date and time when the most recent version of the action was created, in timestamp format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.