Interface ErrorDocument.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ErrorDocument.Builder,ErrorDocument>, SdkBuilder<ErrorDocument.Builder,ErrorDocument>, SdkPojo
Enclosing class:
ErrorDocument

public static interface ErrorDocument.Builder extends SdkPojo, CopyableBuilder<ErrorDocument.Builder,ErrorDocument>
  • Method Details

    • key

      The object key name to use when a 4XX class error occurs.

      Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

      Parameters:
      key - The object key name to use when a 4XX class error occurs.

      Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

      Returns:
      Returns a reference to this object so that method calls can be chained together.