Interface ListMlflowAppsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMlflowAppsResponse.Builder,,ListMlflowAppsResponse> SageMakerResponse.Builder,SdkBuilder<ListMlflowAppsResponse.Builder,,ListMlflowAppsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListMlflowAppsResponse
@Mutable
@NotThreadSafe
public static interface ListMlflowAppsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListMlflowAppsResponse.Builder,ListMlflowAppsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the previous response was truncated, you will receive this token.summaries(Collection<MlflowAppSummary> summaries) A list of MLflow Apps according to chosen filters.summaries(Consumer<MlflowAppSummary.Builder>... summaries) A list of MLflow Apps according to chosen filters.summaries(MlflowAppSummary... summaries) A list of MLflow Apps according to chosen filters.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
summaries
A list of MLflow Apps according to chosen filters.
- Parameters:
summaries- A list of MLflow Apps according to chosen filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
A list of MLflow Apps according to chosen filters.
- Parameters:
summaries- A list of MLflow Apps according to chosen filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
A list of MLflow Apps according to chosen filters.
This is a convenience method that creates an instance of theMlflowAppSummary.Builderavoiding the need to create one manually viaMlflowAppSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummaries(List<MlflowAppSummary>).- Parameters:
summaries- a consumer that will call methods onMlflowAppSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
- Parameters:
nextToken- If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-