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 theAgentStatusSummary.Builder avoiding the need to create
one manually via AgentStatusSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #agentStatusSummaryList(List.
agentStatusSummaryList - a consumer that will call methods on
AgentStatusSummary.Builder#agentStatusSummaryList(java.util.Collection) Copyright © 2023. All rights reserved.