Interface ListEnvironmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,FinspaceRequest.Builder,SdkBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentsRequest
public static interface ListEnvironmentsRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in this request.ListEnvironmentsRequest.BuildernextToken(String nextToken)A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated.ListEnvironmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentsRequest.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.finspace.model.FinspaceRequest.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
-
nextToken
ListEnvironmentsRequest.Builder nextToken(String nextToken)
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the
nextTokennextToken value from the response object of the previous page call.- Parameters:
nextToken- A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in thenextTokennextToken value from the response object of the previous page call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEnvironmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
- Parameters:
maxResults- The maximum number of results to return in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-