CopyableBuilder<DescribeAgentVersionsResponse.Builder,DescribeAgentVersionsResponse>
, SdkBuilder<DescribeAgentVersionsResponse.Builder,DescribeAgentVersionsResponse>
public static interface DescribeAgentVersionsResponse.Builder extends CopyableBuilder<DescribeAgentVersionsResponse.Builder,DescribeAgentVersionsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeAgentVersionsResponse.Builder |
agentVersions(Collection<AgentVersion> agentVersions) |
The agent versions for the specified stack or configuration manager.
|
DescribeAgentVersionsResponse.Builder |
agentVersions(AgentVersion... agentVersions) |
The agent versions for the specified stack or configuration manager.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setAgentVersions(java.util.Collection)
or #withAgentVersions(java.util.Collection)
if you
want to override the existing values.
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.