public static interface CurrentRevision.Builder extends CopyableBuilder<CurrentRevision.Builder,CurrentRevision>
| Modifier and Type | Method and Description |
|---|---|
CurrentRevision.Builder |
changeIdentifier(String changeIdentifier)
The change identifier for the current revision.
|
CurrentRevision.Builder |
created(Instant created)
The date and time when the most recent revision of the artifact was created, in timestamp format.
|
CurrentRevision.Builder |
revision(String revision)
The revision ID of the current version of an artifact.
|
CurrentRevision.Builder |
revisionSummary(String revisionSummary)
The summary of the most recent revision of the artifact.
|
copyapply, buildCurrentRevision.Builder revision(String revision)
The revision ID of the current version of an artifact.
revision - The revision ID of the current version of an artifact.CurrentRevision.Builder changeIdentifier(String changeIdentifier)
The change identifier for the current revision.
changeIdentifier - The change identifier for the current revision.CurrentRevision.Builder created(Instant created)
The date and time when the most recent revision of the artifact was created, in timestamp format.
created - The date and time when the most recent revision of the artifact was created, in timestamp format.CurrentRevision.Builder revisionSummary(String revisionSummary)
The summary of the most recent revision of the artifact.
revisionSummary - The summary of the most recent revision of the artifact.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.