Uses of Interface
software.amazon.awssdk.services.s3.model.IndexDocument.Builder
-
Packages that use IndexDocument.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of IndexDocument.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return IndexDocument.Builder Modifier and Type Method Description static IndexDocument.BuilderIndexDocument. builder()IndexDocument.BuilderIndexDocument.Builder. suffix(String suffix)A suffix that is appended to a request that is for a directory on the website endpoint.IndexDocument.BuilderIndexDocument. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type IndexDocument.Builder Modifier and Type Method Description static Class<? extends IndexDocument.Builder>IndexDocument. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type IndexDocument.Builder Modifier and Type Method Description default GetBucketWebsiteResponse.BuilderGetBucketWebsiteResponse.Builder. indexDocument(Consumer<IndexDocument.Builder> indexDocument)The name of the index document for the website (for exampleindex.html).default WebsiteConfiguration.BuilderWebsiteConfiguration.Builder. indexDocument(Consumer<IndexDocument.Builder> indexDocument)The name of the index document for the website.
-