public static interface GetSchemaAsJsonResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetSchemaAsJsonResponse.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.