Interface ListKxScalingGroupsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListKxScalingGroupsResponse.Builder,
,ListKxScalingGroupsResponse> FinspaceResponse.Builder
,SdkBuilder<ListKxScalingGroupsResponse.Builder,
,ListKxScalingGroupsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListKxScalingGroupsResponse
@Mutable
@NotThreadSafe
public static interface ListKxScalingGroupsResponse.Builder
extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<ListKxScalingGroupsResponse.Builder,ListKxScalingGroupsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token that indicates where a results page should begin.scalingGroups
(Collection<KxScalingGroup> scalingGroups) A list of scaling groups available in a kdb environment.scalingGroups
(Consumer<KxScalingGroup.Builder>... scalingGroups) A list of scaling groups available in a kdb environment.scalingGroups
(KxScalingGroup... scalingGroups) A list of scaling groups available in a kdb environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
scalingGroups
A list of scaling groups available in a kdb environment.
- Parameters:
scalingGroups
- A list of scaling groups available in a kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalingGroups
A list of scaling groups available in a kdb environment.
- Parameters:
scalingGroups
- A list of scaling groups available in a kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalingGroups
ListKxScalingGroupsResponse.Builder scalingGroups(Consumer<KxScalingGroup.Builder>... scalingGroups) A list of scaling groups available in a kdb environment.
This is a convenience method that creates an instance of theKxScalingGroup.Builder
avoiding the need to create one manually viaKxScalingGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscalingGroups(List<KxScalingGroup>)
.- Parameters:
scalingGroups
- a consumer that will call methods onKxScalingGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-