Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionRevision.Builder
-
Packages that use ActionRevision.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionRevision.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionRevision.Builder Modifier and Type Method Description static ActionRevision.BuilderActionRevision. builder()ActionRevision.BuilderActionRevision.Builder. created(Instant created)The date and time when the most recent version of the action was created, in timestamp format.ActionRevision.BuilderActionRevision.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.BuilderActionRevision.Builder. revisionId(String revisionId)The system-generated unique ID that identifies the revision number of the action.ActionRevision.BuilderActionRevision. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionRevision.Builder Modifier and Type Method Description static Class<? extends ActionRevision.Builder>ActionRevision. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionRevision.Builder Modifier and Type Method Description default PutActionRevisionRequest.BuilderPutActionRevisionRequest.Builder. actionRevision(Consumer<ActionRevision.Builder> actionRevision)Represents information about the version (or revision) of an action.default ActionState.BuilderActionState.Builder. currentRevision(Consumer<ActionRevision.Builder> currentRevision)Represents information about the version (or revision) of an action.
-