Interface ListAgentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAgentsRequest.Builder,ListAgentsRequest>,DataSyncRequest.Builder,SdkBuilder<ListAgentsRequest.Builder,ListAgentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAgentsRequest
public static interface ListAgentsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListAgentsRequest.Builder,ListAgentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAgentsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of DataSync agents to list in a response.ListAgentsRequest.BuildernextToken(String nextToken)Specifies an opaque string that indicates the position to begin the next list of results in the response.ListAgentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAgentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListAgentsRequest.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.
- Parameters:
maxResults- Specifies the maximum number of DataSync agents to list in a response. By default, a response shows a maximum of 100 agents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAgentsRequest.Builder nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
- Parameters:
nextToken- Specifies an opaque string that indicates the position to begin the next list of results in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAgentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAgentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-