CopyableBuilder<GenericRevisionInfo.Builder,GenericRevisionInfo>
, SdkBuilder<GenericRevisionInfo.Builder,GenericRevisionInfo>
public static interface GenericRevisionInfo.Builder extends CopyableBuilder<GenericRevisionInfo.Builder,GenericRevisionInfo>
Modifier and Type | Method | Description |
---|---|---|
GenericRevisionInfo.Builder |
deploymentGroups(String... deploymentGroups) |
The deployment groups for which this is the current target revision.
|
GenericRevisionInfo.Builder |
deploymentGroups(Collection<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(Date firstUsedTime) |
When the revision was first used by AWS CodeDeploy.
|
GenericRevisionInfo.Builder |
lastUsedTime(Date lastUsedTime) |
When the revision was last used by AWS CodeDeploy.
|
GenericRevisionInfo.Builder |
registerTime(Date registerTime) |
When the revision was registered with AWS CodeDeploy.
|
copy
apply, build
GenericRevisionInfo.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.
NOTE: This method appends the values to the existing list (if any). Use
#setDeploymentGroups(java.util.Collection)
or #withDeploymentGroups(java.util.Collection)
if
you want to override the existing values.
deploymentGroups
- The deployment groups for which this is the current target revision.GenericRevisionInfo.Builder firstUsedTime(Date firstUsedTime)
When the revision was first used by AWS CodeDeploy.
firstUsedTime
- When the revision was first used by AWS CodeDeploy.GenericRevisionInfo.Builder lastUsedTime(Date lastUsedTime)
When the revision was last used by AWS CodeDeploy.
lastUsedTime
- When the revision was last used by AWS CodeDeploy.GenericRevisionInfo.Builder registerTime(Date 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.