Interface ListWorkgroupsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListWorkgroupsResponse.Builder,,- ListWorkgroupsResponse> - RedshiftServerlessResponse.Builder,- SdkBuilder<ListWorkgroupsResponse.Builder,,- ListWorkgroupsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListWorkgroupsResponse
@Mutable
@NotThreadSafe
public static interface ListWorkgroupsResponse.Builder
extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListWorkgroupsResponse.Builder,ListWorkgroupsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionIfnextTokenis returned, there are more results available.workgroups(Collection<Workgroup> workgroups) The returned array of workgroups.workgroups(Consumer<Workgroup.Builder>... workgroups) The returned array of workgroups.workgroups(Workgroup... workgroups) The returned array of workgroups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenIf nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.- Parameters:
- nextToken- If- nextTokenis returned, there are more results available. The value of- nextTokenis a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
workgroupsThe returned array of workgroups. - Parameters:
- workgroups- The returned array of workgroups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
workgroupsThe returned array of workgroups. - Parameters:
- workgroups- The returned array of workgroups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
workgroupsThe returned array of workgroups. This is a convenience method that creates an instance of theWorkgroup.Builderavoiding the need to create one manually viaWorkgroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkgroups(List<Workgroup>).- Parameters:
- workgroups- a consumer that will call methods on- Workgroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-