CopyableBuilder<GetSchemaAsJsonResponse.Builder,GetSchemaAsJsonResponse>, SdkBuilder<GetSchemaAsJsonResponse.Builder,GetSchemaAsJsonResponse>public static interface GetSchemaAsJsonResponse.Builder extends CopyableBuilder<GetSchemaAsJsonResponse.Builder,GetSchemaAsJsonResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetSchemaAsJsonResponse.Builder |
document(String document) |
The JSON representation of the schema document.
|
GetSchemaAsJsonResponse.Builder |
name(String name) |
The name of the retrieved schema.
|
copyapply, buildGetSchemaAsJsonResponse.Builder name(String name)
The name of the retrieved schema.
name - The name of the retrieved schema.GetSchemaAsJsonResponse.Builder document(String document)
The JSON representation of the schema document.
document - The JSON representation of the schema document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.