Interface ListCandidatesForAutoMlJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCandidatesForAutoMlJobResponse.Builder,ListCandidatesForAutoMlJobResponse>,SageMakerResponse.Builder,SdkBuilder<ListCandidatesForAutoMlJobResponse.Builder,ListCandidatesForAutoMlJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCandidatesForAutoMlJobResponse
public static interface ListCandidatesForAutoMlJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListCandidatesForAutoMlJobResponse.Builder,ListCandidatesForAutoMlJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCandidatesForAutoMlJobResponse.Buildercandidates(Collection<AutoMLCandidate> candidates)Summaries about theAutoMLCandidates.ListCandidatesForAutoMlJobResponse.Buildercandidates(Consumer<AutoMLCandidate.Builder>... candidates)Summaries about theAutoMLCandidates.ListCandidatesForAutoMlJobResponse.Buildercandidates(AutoMLCandidate... candidates)Summaries about theAutoMLCandidates.ListCandidatesForAutoMlJobResponse.BuildernextToken(String nextToken)If the previous response was truncated, you receive this token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
candidates
ListCandidatesForAutoMlJobResponse.Builder candidates(Collection<AutoMLCandidate> candidates)
Summaries about the
AutoMLCandidates.- Parameters:
candidates- Summaries about theAutoMLCandidates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
candidates
ListCandidatesForAutoMlJobResponse.Builder candidates(AutoMLCandidate... candidates)
Summaries about the
AutoMLCandidates.- Parameters:
candidates- Summaries about theAutoMLCandidates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
candidates
ListCandidatesForAutoMlJobResponse.Builder candidates(Consumer<AutoMLCandidate.Builder>... candidates)
Summaries about the
This is a convenience method that creates an instance of theAutoMLCandidates.AutoMLCandidate.Builderavoiding the need to create one manually viaAutoMLCandidate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#candidates(List.) - Parameters:
candidates- a consumer that will call methods onAutoMLCandidate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#candidates(java.util.Collection)
-
nextToken
ListCandidatesForAutoMlJobResponse.Builder nextToken(String nextToken)
If the previous response was truncated, you 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 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.
-
-