public static interface DescribeAgentVersionsResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeAgentVersionsResponse.Builder,DescribeAgentVersionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAgentVersionsResponse.Builder |
agentVersions(AgentVersion... agentVersions)
The agent versions for the specified stack or configuration manager.
|
DescribeAgentVersionsResponse.Builder |
agentVersions(Collection<AgentVersion> agentVersions)
The agent versions for the specified stack or configuration manager.
|
build
copy
apply, build
DescribeAgentVersionsResponse.Builder agentVersions(Collection<AgentVersion> agentVersions)
The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console.
agentVersions
- The agent versions for the specified stack or configuration manager. Note that this value is the
complete version number, not the abbreviated number used by the console.DescribeAgentVersionsResponse.Builder agentVersions(AgentVersion... agentVersions)
The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console.
agentVersions
- The agent versions for the specified stack or configuration manager. Note that this value is the
complete version number, not the abbreviated number used by the console.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.