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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTrialComponentsResponse.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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #trialComponentSummaries(List)
.trialComponentSummaries
- a consumer that will call methods on List.Builder
#trialComponentSummaries(List)
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 © 2020. All rights reserved.