Interface ListModelCardExportJobsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListModelCardExportJobsResponse.Builder,,ListModelCardExportJobsResponse> SageMakerResponse.Builder,SdkBuilder<ListModelCardExportJobsResponse.Builder,,ListModelCardExportJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListModelCardExportJobsResponse
public static interface ListModelCardExportJobsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListModelCardExportJobsResponse.Builder,ListModelCardExportJobsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmodelCardExportJobSummaries(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries) The summaries of the listed model card export jobs.modelCardExportJobSummaries(Consumer<ModelCardExportJobSummary.Builder>... modelCardExportJobSummaries) The summaries of the listed model card export jobs.modelCardExportJobSummaries(ModelCardExportJobSummary... modelCardExportJobSummaries) The summaries of the listed model card export jobs.If the response is truncated, SageMaker returns this token.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
- 
modelCardExportJobSummaries
ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries) The summaries of the listed model card export jobs.
- Parameters:
 modelCardExportJobSummaries- The summaries of the listed model card export jobs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelCardExportJobSummaries
ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries(ModelCardExportJobSummary... modelCardExportJobSummaries) The summaries of the listed model card export jobs.
- Parameters:
 modelCardExportJobSummaries- The summaries of the listed model card export jobs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelCardExportJobSummaries
ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries(Consumer<ModelCardExportJobSummary.Builder>... modelCardExportJobSummaries) The summaries of the listed model card export jobs.
This is a convenience method that creates an instance of theModelCardExportJobSummary.Builderavoiding the need to create one manually viaModelCardExportJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelCardExportJobSummaries(List<ModelCardExportJobSummary>).- Parameters:
 modelCardExportJobSummaries- a consumer that will call methods onModelCardExportJobSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.
- Parameters:
 nextToken- If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -