public static interface SchemaVersionErrorItem.Builder extends SdkPojo, CopyableBuilder<SchemaVersionErrorItem.Builder,SchemaVersionErrorItem>
| Modifier and Type | Method and Description |
|---|---|
default SchemaVersionErrorItem.Builder |
errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
The details of the error for the schema version.
|
SchemaVersionErrorItem.Builder |
errorDetails(ErrorDetails errorDetails)
The details of the error for the schema version.
|
SchemaVersionErrorItem.Builder |
versionNumber(Long versionNumber)
The version number of the schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaVersionErrorItem.Builder versionNumber(Long versionNumber)
The version number of the schema.
versionNumber - The version number of the schema.SchemaVersionErrorItem.Builder errorDetails(ErrorDetails errorDetails)
The details of the error for the schema version.
errorDetails - The details of the error for the schema version.default SchemaVersionErrorItem.Builder errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
The details of the error for the schema version.
This is a convenience method that creates an instance of theErrorDetails.Builder avoiding the need
to create one manually via ErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to errorDetails(ErrorDetails).
errorDetails - a consumer that will call methods on ErrorDetails.BuildererrorDetails(ErrorDetails)Copyright © 2023. All rights reserved.