| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionRevision.Builder |
ActionRevision.builder() |
ActionRevision.Builder |
ActionRevision.Builder.created(Instant created)
The date and time when the most recent version of the action was created, in timestamp format.
|
ActionRevision.Builder |
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 |
ActionRevision.Builder.revisionId(String revisionId)
The system-generated unique ID that identifies the revision number of the action.
|
ActionRevision.Builder |
ActionRevision.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionRevision.Builder> |
ActionRevision.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutActionRevisionRequest.Builder |
PutActionRevisionRequest.Builder.actionRevision(Consumer<ActionRevision.Builder> actionRevision)
Represents information about the version (or revision) of an action.
|
default ActionState.Builder |
ActionState.Builder.currentRevision(Consumer<ActionRevision.Builder> currentRevision)
Represents information about the version (or revision) of an action.
|
Copyright © 2023. All rights reserved.