Interface CreateDirectoryResponse.Builder

    • Method Detail

      • 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.
      • 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.