Interface ListJobSchemaVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListJobSchemaVersionsResponse.Builder,,ListJobSchemaVersionsResponse> SageMakerResponse.Builder,SdkBuilder<ListJobSchemaVersionsResponse.Builder,,ListJobSchemaVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListJobSchemaVersionsResponse
@Mutable
@NotThreadSafe
public static interface ListJobSchemaVersionsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListJobSchemaVersionsResponse.Builder,ListJobSchemaVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionjobConfigSchemas(Collection<JobConfigSchemaVersionSummary> jobConfigSchemas) An array ofJobConfigSchemaVersionSummaryobjects listing the available schema versions.jobConfigSchemas(Consumer<JobConfigSchemaVersionSummary.Builder>... jobConfigSchemas) An array ofJobConfigSchemaVersionSummaryobjects listing the available schema versions.jobConfigSchemas(JobConfigSchemaVersionSummary... jobConfigSchemas) An array ofJobConfigSchemaVersionSummaryobjects listing the available schema versions.If the response is truncated, this token retrieves the next set of results.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
-
nextToken
If the response is truncated, this token retrieves the next set of results.
- Parameters:
nextToken- If the response is truncated, this token retrieves the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobConfigSchemas
ListJobSchemaVersionsResponse.Builder jobConfigSchemas(Collection<JobConfigSchemaVersionSummary> jobConfigSchemas) An array of
JobConfigSchemaVersionSummaryobjects listing the available schema versions.- Parameters:
jobConfigSchemas- An array ofJobConfigSchemaVersionSummaryobjects listing the available schema versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobConfigSchemas
ListJobSchemaVersionsResponse.Builder jobConfigSchemas(JobConfigSchemaVersionSummary... jobConfigSchemas) An array of
JobConfigSchemaVersionSummaryobjects listing the available schema versions.- Parameters:
jobConfigSchemas- An array ofJobConfigSchemaVersionSummaryobjects listing the available schema versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobConfigSchemas
ListJobSchemaVersionsResponse.Builder jobConfigSchemas(Consumer<JobConfigSchemaVersionSummary.Builder>... jobConfigSchemas) An array of
This is a convenience method that creates an instance of theJobConfigSchemaVersionSummaryobjects listing the available schema versions.JobConfigSchemaVersionSummary.Builderavoiding the need to create one manually viaJobConfigSchemaVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobConfigSchemas(List<JobConfigSchemaVersionSummary>).- Parameters:
jobConfigSchemas- a consumer that will call methods onJobConfigSchemaVersionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-