Interface ErrorDocument.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ErrorDocument.Builder,,- ErrorDocument> - SdkBuilder<ErrorDocument.Builder,,- ErrorDocument> - SdkPojo
- Enclosing class:
- ErrorDocument
@Mutable
@NotThreadSafe
public static interface ErrorDocument.Builder
extends SdkPojo, CopyableBuilder<ErrorDocument.Builder,ErrorDocument> 
- 
Method SummaryModifier and TypeMethodDescriptionThe object key name to use when a 4XX class error occurs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
keyThe 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.
 
 
-