Interface ListHypervisorsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- BackupGatewayRequest.Builder,- Buildable,- CopyableBuilder<ListHypervisorsRequest.Builder,,- ListHypervisorsRequest> - SdkBuilder<ListHypervisorsRequest.Builder,,- ListHypervisorsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListHypervisorsRequest
@Mutable
@NotThreadSafe
public static interface ListHypervisorsRequest.Builder
extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListHypervisorsRequest.Builder,ListHypervisorsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of hypervisors to list.The next item following a partial list of returned resources.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxResultsThe 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.
 
- 
nextTokenThe 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 return- maxResultsnumber 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.
 
- 
overrideConfigurationListHypervisorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListHypervisorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-