Interface ListJobSchemaVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListJobSchemaVersionsRequest.Builder,,ListJobSchemaVersionsRequest> SageMakerRequest.Builder,SdkBuilder<ListJobSchemaVersionsRequest.Builder,,ListJobSchemaVersionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListJobSchemaVersionsRequest
@Mutable
@NotThreadSafe
public static interface ListJobSchemaVersionsRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListJobSchemaVersionsRequest.Builder,ListJobSchemaVersionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionjobCategory(String jobCategory) The category of job schemas to list.jobCategory(JobCategory jobCategory) The category of job schemas to list.maxResults(Integer maxResults) The maximum number of schema versions to return in the response.If the previous response was truncated, this token retrieves the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobCategory
The category of job schemas to list.
- Parameters:
jobCategory- The category of job schemas to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobCategory
The category of job schemas to list.
- Parameters:
jobCategory- The category of job schemas to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the previous response was truncated, this token retrieves the next set of results.
- Parameters:
nextToken- If the previous response was truncated, this token retrieves the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of schema versions to return in the response. The default value is 5.
- Parameters:
maxResults- The maximum number of schema versions to return in the response. The default value is 5.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobSchemaVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListJobSchemaVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-