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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorDocument.Builder
key(String key)
The object key name to use when a 4XX class error occurs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
ErrorDocument.Builder key(String 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.
-
-