public static interface ListAgentsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListAgentsRequest.Builder,ListAgentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAgentsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of DataSync agents to list in a response.
|
ListAgentsRequest.Builder |
nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
ListAgentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAgentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAgentsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of DataSync agents to list in a response. By default, a response shows a maximum of 100 agents.
maxResults - Specifies the maximum number of DataSync agents to list in a response. By default, a response shows a
maximum of 100 agents.ListAgentsRequest.Builder nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken - Specifies an opaque string that indicates the position to begin the next list of results in the
response.ListAgentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAgentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.