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