public static interface PutSchemaFromJsonRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<PutSchemaFromJsonRequest.Builder,PutSchemaFromJsonRequest>
| Modifier and Type | Method and Description |
|---|---|
PutSchemaFromJsonRequest.Builder |
document(String document)
The replacement JSON schema.
|
PutSchemaFromJsonRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutSchemaFromJsonRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutSchemaFromJsonRequest.Builder |
schemaArn(String schemaArn)
The ARN of the schema to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSchemaFromJsonRequest.Builder schemaArn(String schemaArn)
The ARN of the schema to update.
schemaArn - The ARN of the schema to update.PutSchemaFromJsonRequest.Builder document(String document)
The replacement JSON schema.
document - The replacement JSON schema.PutSchemaFromJsonRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutSchemaFromJsonRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.