Interface ListAnalyzableServersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnalyzableServersRequest.Builder,ListAnalyzableServersRequest>,MigrationHubStrategyRequest.Builder,SdkBuilder<ListAnalyzableServersRequest.Builder,ListAnalyzableServersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnalyzableServersRequest
public static interface ListAnalyzableServersRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<ListAnalyzableServersRequest.Builder,ListAnalyzableServersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnalyzableServersRequest.BuildermaxResults(Integer maxResults)The maximum number of items to include in the response.ListAnalyzableServersRequest.BuildernextToken(String nextToken)The token from a previous call that you use to retrieve the next set of results.ListAnalyzableServersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnalyzableServersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAnalyzableServersRequest.Buildersort(String sort)Specifies whether to sort by ascending (ASC) or descending (DESC) order.ListAnalyzableServersRequest.Buildersort(SortOrder sort)Specifies whether to sort by ascending (ASC) or descending (DESC) order.-
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.migrationhubstrategy.model.MigrationHubStrategyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListAnalyzableServersRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in the response. The maximum value is 100.
- Parameters:
maxResults- The maximum number of items to include in the response. The maximum value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAnalyzableServersRequest.Builder nextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
- Parameters:
nextToken- The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
ListAnalyzableServersRequest.Builder sort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
-
sort
ListAnalyzableServersRequest.Builder sort(SortOrder sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
-
overrideConfiguration
ListAnalyzableServersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnalyzableServersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-