public static interface DescribeAgentsRequest.Builder extends ApplicationDiscoveryRequest.Builder, CopyableBuilder<DescribeAgentsRequest.Builder,DescribeAgentsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentsRequest.Builder |
agentIds(Collection<String> agentIds)
The agent or the Connector IDs for which you want information.
|
DescribeAgentsRequest.Builder |
agentIds(String... agentIds)
The agent or the Connector IDs for which you want information.
|
DescribeAgentsRequest.Builder |
filters(Collection<Filter> filters)
You can filter the request using various logical operators and a key-value format.
|
DescribeAgentsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
You can filter the request using various logical operators and a key-value format.
|
DescribeAgentsRequest.Builder |
filters(Filter... filters)
You can filter the request using various logical operators and a key-value format.
|
DescribeAgentsRequest.Builder |
maxResults(Integer maxResults)
The total number of agents/Connectors to return in a single page of output.
|
DescribeAgentsRequest.Builder |
nextToken(String nextToken)
Token to retrieve the next set of results.
|
DescribeAgentsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeAgentsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeAgentsRequest.Builder agentIds(Collection<String> agentIds)
The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.
agentIds - The agent or the Connector IDs for which you want information. If you specify no IDs, the system
returns information about all agents/Connectors associated with your AWS user account.DescribeAgentsRequest.Builder agentIds(String... agentIds)
The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.
agentIds - The agent or the Connector IDs for which you want information. If you specify no IDs, the system
returns information about all agents/Connectors associated with your AWS user account.DescribeAgentsRequest.Builder filters(Collection<Filter> filters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "collectionStatus", "value": "STARTED"}
filters - You can filter the request using various logical operators and a key-value format. For
example:
{"key": "collectionStatus", "value": "STARTED"}
DescribeAgentsRequest.Builder filters(Filter... filters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "collectionStatus", "value": "STARTED"}
filters - You can filter the request using various logical operators and a key-value format. For
example:
{"key": "collectionStatus", "value": "STARTED"}
DescribeAgentsRequest.Builder filters(Consumer<Filter.Builder>... filters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "collectionStatus", "value": "STARTED"}
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeAgentsRequest.Builder maxResults(Integer maxResults)
The total number of agents/Connectors to return in a single page of output. The maximum value is 100.
maxResults - The total number of agents/Connectors to return in a single page of output. The maximum value is 100.DescribeAgentsRequest.Builder nextToken(String nextToken)
Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
DescribeAgentsRequest$agentIds but set DescribeAgentsRequest$maxResults to 10, you
received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
nextToken - Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
DescribeAgentsRequest$agentIds but set DescribeAgentsRequest$maxResults to
10, you received a set of 10 results along with a token. Use that token in this query to get the next
set of 10.DescribeAgentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeAgentsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.