Interface ListKxEnvironmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListKxEnvironmentsRequest.Builder,ListKxEnvironmentsRequest>,FinspaceRequest.Builder,SdkBuilder<ListKxEnvironmentsRequest.Builder,ListKxEnvironmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListKxEnvironmentsRequest
public static interface ListKxEnvironmentsRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<ListKxEnvironmentsRequest.Builder,ListKxEnvironmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKxEnvironmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in this request.ListKxEnvironmentsRequest.BuildernextToken(String nextToken)A token that indicates where a results page should begin.ListKxEnvironmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKxEnvironmentsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListKxEnvironmentsRequest.Builder nextToken(String nextToken)
A token that indicates where a results page should begin.
- Parameters:
nextToken- A token that indicates where a results page should begin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListKxEnvironmentsRequest.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
ListKxEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListKxEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-