public static interface ListAgentStatusesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListAgentStatusesResponse.Builder,ListAgentStatusesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAgentStatusesResponse.Builder |
agentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResponse.Builder |
agentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResponse.Builder |
agentStatusSummaryList(Consumer<AgentStatusSummary.Builder>... agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAgentStatusesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.ListAgentStatusesResponse.Builder agentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
agentStatusSummaryList - A summary of agent statuses.ListAgentStatusesResponse.Builder agentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
agentStatusSummaryList - A summary of agent statuses.ListAgentStatusesResponse.Builder agentStatusSummaryList(Consumer<AgentStatusSummary.Builder>... agentStatusSummaryList)
A summary of agent statuses.
This is a convenience method that creates an instance of theList.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 #agentStatusSummaryList(List) .agentStatusSummaryList - a consumer that will call methods on List.Builder #agentStatusSummaryList(List) Copyright © 2022. All rights reserved.