public static interface GenericRevisionInfo.Builder extends CopyableBuilder<GenericRevisionInfo.Builder,GenericRevisionInfo>
| Modifier and Type | Method and Description |
|---|---|
GenericRevisionInfo.Builder |
deploymentGroups(Collection<String> deploymentGroups)
The deployment groups for which this is the current target revision.
|
GenericRevisionInfo.Builder |
deploymentGroups(String... deploymentGroups)
The deployment groups for which this is the current target revision.
|
GenericRevisionInfo.Builder |
description(String description)
A comment about the revision.
|
GenericRevisionInfo.Builder |
firstUsedTime(Instant firstUsedTime)
When the revision was first used by AWS CodeDeploy.
|
GenericRevisionInfo.Builder |
lastUsedTime(Instant lastUsedTime)
When the revision was last used by AWS CodeDeploy.
|
GenericRevisionInfo.Builder |
registerTime(Instant registerTime)
When the revision was registered with AWS CodeDeploy.
|
copyapply, buildGenericRevisionInfo.Builder description(String description)
A comment about the revision.
description - A comment about the revision.GenericRevisionInfo.Builder deploymentGroups(Collection<String> deploymentGroups)
The deployment groups for which this is the current target revision.
deploymentGroups - The deployment groups for which this is the current target revision.GenericRevisionInfo.Builder deploymentGroups(String... deploymentGroups)
The deployment groups for which this is the current target revision.
deploymentGroups - The deployment groups for which this is the current target revision.GenericRevisionInfo.Builder firstUsedTime(Instant firstUsedTime)
When the revision was first used by AWS CodeDeploy.
firstUsedTime - When the revision was first used by AWS CodeDeploy.GenericRevisionInfo.Builder lastUsedTime(Instant lastUsedTime)
When the revision was last used by AWS CodeDeploy.
lastUsedTime - When the revision was last used by AWS CodeDeploy.GenericRevisionInfo.Builder registerTime(Instant registerTime)
When the revision was registered with AWS CodeDeploy.
registerTime - When the revision was registered with AWS CodeDeploy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.