Interface RegisterSchemaVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterSchemaVersionResponse.Builder,,RegisterSchemaVersionResponse> GlueResponse.Builder,SdkBuilder<RegisterSchemaVersionResponse.Builder,,RegisterSchemaVersionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterSchemaVersionResponse
@Mutable
@NotThreadSafe
public static interface RegisterSchemaVersionResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<RegisterSchemaVersionResponse.Builder,RegisterSchemaVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionschemaVersionId(String schemaVersionId) The unique ID that represents the version of this schema.The status of the schema version.status(SchemaVersionStatus status) The status of the schema version.versionNumber(Long versionNumber) The version of this schema (for sync flow only, in case this is the first version).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.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
-
schemaVersionId
The unique ID that represents the version of this schema.
- Parameters:
schemaVersionId- The unique ID that represents the version of this schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
The version of this schema (for sync flow only, in case this is the first version).
- Parameters:
versionNumber- The version of this schema (for sync flow only, in case this is the first version).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the schema version.
- Parameters:
status- The status of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the schema version.
- Parameters:
status- The status of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-