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 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 #agents(List) .agents - a consumer that will call methods on List.Builder #agents(List) 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 © 2020. All rights reserved.