| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexDocument.Builder |
IndexDocument.builder() |
IndexDocument.Builder |
IndexDocument.Builder.suffix(String suffix)
A suffix that is appended to a request that is for a directory on the website endpoint (e.g.
|
IndexDocument.Builder |
IndexDocument.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IndexDocument.Builder> |
IndexDocument.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketWebsiteResponse.Builder |
GetBucketWebsiteResponse.Builder.indexDocument(Consumer<IndexDocument.Builder> indexDocument)
This is a convenience that creates an instance of the
IndexDocument.Builder avoiding the need to
create one manually via IndexDocument.builder(). |
default WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.indexDocument(Consumer<IndexDocument.Builder> indexDocument)
The name of the index document for the website.
|
Copyright © 2019. All rights reserved.