public static interface ApplySchemaResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
Modifier and Type | Method and Description |
---|---|
ApplySchemaResponse.Builder |
appliedSchemaArn(String appliedSchemaArn)
The applied schema ARN that is associated with the copied schema in the Directory.
|
ApplySchemaResponse.Builder |
directoryArn(String directoryArn)
The ARN that is associated with the Directory.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ApplySchemaResponse.Builder appliedSchemaArn(String appliedSchemaArn)
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
appliedSchemaArn
- The applied schema ARN that is associated with the copied schema in the Directory. You can use
this ARN to describe the schema information applied on this directory. For more information, see
arns.ApplySchemaResponse.Builder directoryArn(String directoryArn)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.