Interface DescribeJobSchemaVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeJobSchemaVersionResponse.Builder,,DescribeJobSchemaVersionResponse> SageMakerResponse.Builder,SdkBuilder<DescribeJobSchemaVersionResponse.Builder,,DescribeJobSchemaVersionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeJobSchemaVersionResponse
@Mutable
@NotThreadSafe
public static interface DescribeJobSchemaVersionResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobSchemaVersionResponse.Builder,DescribeJobSchemaVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionjobCategory(String jobCategory) The category of the job schema.jobCategory(JobCategory jobCategory) The category of the job schema.jobConfigSchema(String jobConfigSchema) The JSON schema document that defines the structure of the job configuration.jobConfigSchemaVersion(String jobConfigSchemaVersion) The version of the schema.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
-
jobCategory
The category of the job schema.
- Parameters:
jobCategory- The category of the job schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobCategory
The category of the job schema.
- Parameters:
jobCategory- The category of the job schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobConfigSchemaVersion
The version of the schema.
- Parameters:
jobConfigSchemaVersion- The version of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobConfigSchema
The JSON schema document that defines the structure of the job configuration.
- Parameters:
jobConfigSchema- The JSON schema document that defines the structure of the job configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-