public static interface SchemaListItem.Builder extends SdkPojo, CopyableBuilder<SchemaListItem.Builder,SchemaListItem>
| Modifier and Type | Method and Description |
|---|---|
SchemaListItem.Builder |
createdTime(String createdTime)
The date and time that a schema was created.
|
SchemaListItem.Builder |
description(String description)
A description for the schema.
|
SchemaListItem.Builder |
registryName(String registryName)
the name of the registry where the schema resides.
|
SchemaListItem.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) for the schema.
|
SchemaListItem.Builder |
schemaName(String schemaName)
The name of the schema.
|
SchemaListItem.Builder |
schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
SchemaListItem.Builder |
schemaStatus(String schemaStatus)
The status of the schema.
|
SchemaListItem.Builder |
updatedTime(String updatedTime)
The date and time that a schema was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaListItem.Builder registryName(String registryName)
the name of the registry where the schema resides.
registryName - the name of the registry where the schema resides.SchemaListItem.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.SchemaListItem.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) for the schema.
schemaArn - The Amazon Resource Name (ARN) for the schema.SchemaListItem.Builder description(String description)
A description for the schema.
description - A description for the schema.SchemaListItem.Builder schemaStatus(String schemaStatus)
The status of the schema.
schemaStatus - The status of the schema.SchemaStatus,
SchemaStatusSchemaListItem.Builder schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
schemaStatus - The status of the schema.SchemaStatus,
SchemaStatusSchemaListItem.Builder createdTime(String createdTime)
The date and time that a schema was created.
createdTime - The date and time that a schema was created.SchemaListItem.Builder updatedTime(String updatedTime)
The date and time that a schema was updated.
updatedTime - The date and time that a schema was updated.Copyright © 2023. All rights reserved.