public static interface ListAgentsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListAgentsRequest.Builder,ListAgentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAgentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of agents to list.
|
ListAgentsRequest.Builder |
nextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of agents.
|
ListAgentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAgentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAgentsRequest.Builder maxResults(Integer maxResults)
The maximum number of agents to list.
maxResults - The maximum number of agents to list.ListAgentsRequest.Builder nextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of agents.
nextToken - An opaque string that indicates the position at which to begin the next list of agents.ListAgentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAgentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.