CopyableBuilder<CurrentRevision.Builder,CurrentRevision>
, SdkBuilder<CurrentRevision.Builder,CurrentRevision>
public static interface CurrentRevision.Builder extends CopyableBuilder<CurrentRevision.Builder,CurrentRevision>
Modifier and Type | Method | Description |
---|---|---|
CurrentRevision.Builder |
changeIdentifier(String changeIdentifier) |
The change identifier for the current revision.
|
CurrentRevision.Builder |
created(Date 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.
|
copy
apply, build
CurrentRevision.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(Date 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.