CopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
, SdkBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
public static interface ApplySchemaResponse.Builder extends CopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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.