Interface ListFeatureGroupsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListFeatureGroupsResponse.Builder,,ListFeatureGroupsResponse> SageMakerResponse.Builder,SdkBuilder<ListFeatureGroupsResponse.Builder,,ListFeatureGroupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListFeatureGroupsResponse
public static interface ListFeatureGroupsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListFeatureGroupsResponse.Builder,ListFeatureGroupsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionfeatureGroupSummaries(Collection<FeatureGroupSummary> featureGroupSummaries) A summary of feature groups.featureGroupSummaries(Consumer<FeatureGroupSummary.Builder>... featureGroupSummaries) A summary of feature groups.featureGroupSummaries(FeatureGroupSummary... featureGroupSummaries) A summary of feature groups.A token to resume pagination ofListFeatureGroupsresults.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
featureGroupSummaries
ListFeatureGroupsResponse.Builder featureGroupSummaries(Collection<FeatureGroupSummary> featureGroupSummaries) A summary of feature groups.
- Parameters:
 featureGroupSummaries- A summary of feature groups.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
featureGroupSummaries
ListFeatureGroupsResponse.Builder featureGroupSummaries(FeatureGroupSummary... featureGroupSummaries) A summary of feature groups.
- Parameters:
 featureGroupSummaries- A summary of feature groups.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
featureGroupSummaries
ListFeatureGroupsResponse.Builder featureGroupSummaries(Consumer<FeatureGroupSummary.Builder>... featureGroupSummaries) A summary of feature groups.
This is a convenience method that creates an instance of theFeatureGroupSummary.Builderavoiding the need to create one manually viaFeatureGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofeatureGroupSummaries(List<FeatureGroupSummary>).- Parameters:
 featureGroupSummaries- a consumer that will call methods onFeatureGroupSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
A token to resume pagination of
ListFeatureGroupsresults.- Parameters:
 nextToken- A token to resume pagination ofListFeatureGroupsresults.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -