public static interface CreateDirectoryResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<CreateDirectoryResponse.Builder,CreateDirectoryResponse>
Modifier and Type | Method and Description |
---|---|
CreateDirectoryResponse.Builder |
appliedSchemaArn(String appliedSchemaArn)
The ARN of the published schema in the Directory.
|
CreateDirectoryResponse.Builder |
directoryArn(String directoryArn)
The ARN that is associated with the Directory.
|
CreateDirectoryResponse.Builder |
name(String name)
The name of the Directory.
|
CreateDirectoryResponse.Builder |
objectIdentifier(String objectIdentifier)
The root object node of the created directory.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateDirectoryResponse.Builder directoryArn(String directoryArn)
CreateDirectoryResponse.Builder name(String name)
The name of the Directory.
name
- The name of the Directory.CreateDirectoryResponse.Builder objectIdentifier(String objectIdentifier)
The root object node of the created directory.
objectIdentifier
- The root object node of the created directory.CreateDirectoryResponse.Builder appliedSchemaArn(String appliedSchemaArn)
The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.
appliedSchemaArn
- The ARN of the published schema in the Directory. Once a published schema is copied into the
directory, it has its own ARN, which is referred to applied schema ARN. For more information, see
arns.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.