public static interface ExportSchemaResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<ExportSchemaResponse.Builder,ExportSchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportSchemaResponse.Builder |
content(String content)
Sets the value of the Content property for this object.
|
ExportSchemaResponse.Builder |
schemaArn(String schemaArn)
Sets the value of the SchemaArn property for this object.
|
ExportSchemaResponse.Builder |
schemaName(String schemaName)
Sets the value of the SchemaName property for this object.
|
ExportSchemaResponse.Builder |
schemaVersion(String schemaVersion)
Sets the value of the SchemaVersion property for this object.
|
ExportSchemaResponse.Builder |
type(String type)
Sets the value of the Type property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportSchemaResponse.Builder content(String content)
content - The new value for the Content property for this object.ExportSchemaResponse.Builder schemaArn(String schemaArn)
schemaArn - The new value for the SchemaArn property for this object.ExportSchemaResponse.Builder schemaName(String schemaName)
schemaName - The new value for the SchemaName property for this object.ExportSchemaResponse.Builder schemaVersion(String schemaVersion)
schemaVersion - The new value for the SchemaVersion property for this object.ExportSchemaResponse.Builder type(String type)
type - The new value for the Type property for this object.Copyright © 2022. All rights reserved.