Interface JobConfigSchemaVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobConfigSchemaVersionSummary.Builder,,JobConfigSchemaVersionSummary> SdkBuilder<JobConfigSchemaVersionSummary.Builder,,JobConfigSchemaVersionSummary> SdkPojo
- Enclosing class:
JobConfigSchemaVersionSummary
@Mutable
@NotThreadSafe
public static interface JobConfigSchemaVersionSummary.Builder
extends SdkPojo, CopyableBuilder<JobConfigSchemaVersionSummary.Builder,JobConfigSchemaVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionjobConfigSchemaVersion(String jobConfigSchemaVersion) The version of the job configuration schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobConfigSchemaVersion
The version of the job configuration schema.
- Parameters:
jobConfigSchemaVersion- The version of the job configuration schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-