@Mutable @NotThreadSafe public static interface IndexDocument.Builder extends SdkPojo, CopyableBuilder<IndexDocument.Builder,IndexDocument>
| Modifier and Type | Method and Description |
|---|---|
IndexDocument.Builder |
suffix(String suffix)
A suffix that is appended to a request that is for a directory on the website endpoint.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildIndexDocument.Builder suffix(String suffix)
A suffix that is appended to a request that is for a directory on the website endpoint. (For example, if the
suffix is index.html and you make a request to samplebucket/images/, the data that
is returned will be for the object with the key name images/index.html.) The suffix must not be
empty and must not include a slash character.
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.
suffix - A suffix that is appended to a request that is for a directory on the website endpoint. (For example,
if the suffix is index.html and you make a request to samplebucket/images/,
the data that is returned will be for the object with the key name images/index.html.)
The suffix must not be empty and must not include a slash character. 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.
Copyright © 2026. All rights reserved.