Interface ListComputeNodeGroupsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListComputeNodeGroupsResponse.Builder,
,ListComputeNodeGroupsResponse> PcsResponse.Builder
,SdkBuilder<ListComputeNodeGroupsResponse.Builder,
,ListComputeNodeGroupsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListComputeNodeGroupsResponse
@Mutable
@NotThreadSafe
public static interface ListComputeNodeGroupsResponse.Builder
extends PcsResponse.Builder, SdkPojo, CopyableBuilder<ListComputeNodeGroupsResponse.Builder,ListComputeNodeGroupsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncomputeNodeGroups
(Collection<ComputeNodeGroupSummary> computeNodeGroups) The list of compute node groups for the cluster.computeNodeGroups
(Consumer<ComputeNodeGroupSummary.Builder>... computeNodeGroups) The list of compute node groups for the cluster.computeNodeGroups
(ComputeNodeGroupSummary... computeNodeGroups) The list of compute node groups for the cluster.The value ofnextToken
is a unique pagination token for each page of results returned.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pcs.model.PcsResponse.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
-
computeNodeGroups
ListComputeNodeGroupsResponse.Builder computeNodeGroups(Collection<ComputeNodeGroupSummary> computeNodeGroups) The list of compute node groups for the cluster.
- Parameters:
computeNodeGroups
- The list of compute node groups for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeNodeGroups
ListComputeNodeGroupsResponse.Builder computeNodeGroups(ComputeNodeGroupSummary... computeNodeGroups) The list of compute node groups for the cluster.
- Parameters:
computeNodeGroups
- The list of compute node groups for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeNodeGroups
ListComputeNodeGroupsResponse.Builder computeNodeGroups(Consumer<ComputeNodeGroupSummary.Builder>... computeNodeGroups) The list of compute node groups for the cluster.
This is a convenience method that creates an instance of theComputeNodeGroupSummary.Builder
avoiding the need to create one manually viaComputeNodeGroupSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocomputeNodeGroups(List<ComputeNodeGroupSummary>)
.- Parameters:
computeNodeGroups
- a consumer that will call methods onComputeNodeGroupSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The value of
nextToken
is a unique pagination token for each page of results returned. IfnextToken
is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns anHTTP 400 InvalidToken
error.- Parameters:
nextToken
- The value ofnextToken
is a unique pagination token for each page of results returned. IfnextToken
is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns anHTTP 400 InvalidToken
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-