Interface CreateDirectoryResponse.Builder

  • Method Details

    • directoryArn

      CreateDirectoryResponse.Builder directoryArn(String directoryArn)

      The ARN that is associated with the Directory. For more information, see arns.

      Parameters:
      directoryArn - The ARN that is associated with the Directory. For more information, see arns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the Directory.

      Parameters:
      name - The name of the Directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectIdentifier

      CreateDirectoryResponse.Builder objectIdentifier(String objectIdentifier)

      The root object node of the created directory.

      Parameters:
      objectIdentifier - The root object node of the created directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appliedSchemaArn

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.