public static interface GetSchemaAsJsonResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<GetSchemaAsJsonResponse.Builder,GetSchemaAsJsonResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSchemaAsJsonResponse.Builder |
document(String document)
The JSON representation of the schema document.
|
GetSchemaAsJsonResponse.Builder |
name(String name)
The name of the retrieved schema.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.