public static interface ListAgentsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<ListAgentsResponse.Builder,ListAgentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAgentsResponse.Builder |
agents(AgentListEntry... agents)
A list of agents in your account.
|
ListAgentsResponse.Builder |
agents(Collection<AgentListEntry> agents)
A list of agents in your account.
|
ListAgentsResponse.Builder |
agents(Consumer<AgentListEntry.Builder>... agents)
A list of agents in your account.
|
ListAgentsResponse.Builder |
nextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of agents.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAgentsResponse.Builder agents(Collection<AgentListEntry> agents)
A list of agents in your account.
agents - A list of agents in your account.ListAgentsResponse.Builder agents(AgentListEntry... agents)
A list of agents in your account.
agents - A list of agents in your account.ListAgentsResponse.Builder agents(Consumer<AgentListEntry.Builder>... agents)
A list of agents in your account.
This is a convenience method that creates an instance of theAgentListEntry.Builder avoiding the need to create one
manually via AgentListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #agents(List.
agents - a consumer that will call methods on
AgentListEntry.Builder#agents(java.util.Collection) ListAgentsResponse.Builder nextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of agents.
nextToken - An opaque string that indicates the position at which to begin returning the next list of agents.Copyright © 2023. All rights reserved.