Interface ListHypervisorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupGatewayRequest.Builder,Buildable,CopyableBuilder<ListHypervisorsRequest.Builder,ListHypervisorsRequest>,SdkBuilder<ListHypervisorsRequest.Builder,ListHypervisorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHypervisorsRequest
public static interface ListHypervisorsRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListHypervisorsRequest.Builder,ListHypervisorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHypervisorsRequest.BuildermaxResults(Integer maxResults)The maximum number of hypervisors to list.ListHypervisorsRequest.BuildernextToken(String nextToken)The next item following a partial list of returned resources.ListHypervisorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHypervisorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
ListHypervisorsRequest.Builder maxResults(Integer maxResults)
The maximum number of hypervisors to list.
- Parameters:
maxResults- The maximum number of hypervisors to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListHypervisorsRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
maxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Parameters:
nextToken- The next item following a partial list of returned resources. For example, if a request is made to returnmaxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHypervisorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHypervisorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-