public static interface ListTrialComponentsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListTrialComponentsResponse.Builder,ListTrialComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTrialComponentsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of components, if there are any.
|
ListTrialComponentsResponse.Builder |
trialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
|
ListTrialComponentsResponse.Builder |
trialComponentSummaries(Consumer<TrialComponentSummary.Builder>... trialComponentSummaries)
A list of the summaries of your trial components.
|
ListTrialComponentsResponse.Builder |
trialComponentSummaries(TrialComponentSummary... trialComponentSummaries)
A list of the summaries of your trial components.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrialComponentsResponse.Builder trialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
trialComponentSummaries - A list of the summaries of your trial components.ListTrialComponentsResponse.Builder trialComponentSummaries(TrialComponentSummary... trialComponentSummaries)
A list of the summaries of your trial components.
trialComponentSummaries - A list of the summaries of your trial components.ListTrialComponentsResponse.Builder trialComponentSummaries(Consumer<TrialComponentSummary.Builder>... trialComponentSummaries)
A list of the summaries of your trial components.
This is a convenience method that creates an instance of theTrialComponentSummary.Builder avoiding the need to
create one manually via
TrialComponentSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #trialComponentSummaries(List.
trialComponentSummaries - a consumer that will call methods on
TrialComponentSummary.Builder#trialComponentSummaries(java.util.Collection) ListTrialComponentsResponse.Builder nextToken(String nextToken)
A token for getting the next set of components, if there are any.
nextToken - A token for getting the next set of components, if there are any.Copyright © 2023. All rights reserved.