Interface ListStorageSystemsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStorageSystemsRequest.Builder,ListStorageSystemsRequest>,DataSyncRequest.Builder,SdkBuilder<ListStorageSystemsRequest.Builder,ListStorageSystemsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStorageSystemsRequest
public static interface ListStorageSystemsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListStorageSystemsRequest.Builder,ListStorageSystemsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStorageSystemsRequest.BuildermaxResults(Integer maxResults)Specifies how many results you want in the response.ListStorageSystemsRequest.BuildernextToken(String nextToken)Specifies an opaque string that indicates the position to begin the next list of results in the response.ListStorageSystemsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStorageSystemsRequest.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
ListStorageSystemsRequest.Builder maxResults(Integer maxResults)
Specifies how many results you want in the response.
- Parameters:
maxResults- Specifies how many results you want in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStorageSystemsRequest.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
ListStorageSystemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStorageSystemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-