Interface ListWorkloadsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkloadsRequest.Builder,ListWorkloadsRequest>,LaunchWizardRequest.Builder,SdkBuilder<ListWorkloadsRequest.Builder,ListWorkloadsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkloadsRequest
public static interface ListWorkloadsRequest.Builder extends LaunchWizardRequest.Builder, SdkPojo, CopyableBuilder<ListWorkloadsRequest.Builder,ListWorkloadsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkloadsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return for this request.ListWorkloadsRequest.BuildernextToken(String nextToken)The token returned from a previous paginated request.ListWorkloadsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkloadsRequest.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.launchwizard.model.LaunchWizardRequest.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
ListWorkloadsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
- Parameters:
maxResults- The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListWorkloadsRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- Parameters:
nextToken- The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkloadsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkloadsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-