| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static WebsiteConfiguration.Builder |
WebsiteConfiguration.builder() |
default WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.errorDocument(Consumer<ErrorDocument.Builder> errorDocument)
Sets the value of the ErrorDocument property for this object.
|
WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.errorDocument(ErrorDocument errorDocument)
Sets the value of the ErrorDocument property for this object.
|
default WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.indexDocument(Consumer<IndexDocument.Builder> indexDocument)
Sets the value of the IndexDocument property for this object.
|
WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.indexDocument(IndexDocument indexDocument)
Sets the value of the IndexDocument property for this object.
|
default WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.redirectAllRequestsTo(Consumer<RedirectAllRequestsTo.Builder> redirectAllRequestsTo)
Sets the value of the RedirectAllRequestsTo property for this object.
|
WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.redirectAllRequestsTo(RedirectAllRequestsTo redirectAllRequestsTo)
Sets the value of the RedirectAllRequestsTo property for this object.
|
WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.routingRules(Collection<RoutingRule> routingRules)
Sets the value of the RoutingRules property for this object.
|
WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.routingRules(Consumer<RoutingRule.Builder>... routingRules)
Sets the value of the RoutingRules property for this object.
|
WebsiteConfiguration.Builder |
WebsiteConfiguration.Builder.routingRules(RoutingRule... routingRules)
Sets the value of the RoutingRules property for this object.
|
WebsiteConfiguration.Builder |
WebsiteConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WebsiteConfiguration.Builder> |
WebsiteConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutBucketWebsiteRequest.Builder |
PutBucketWebsiteRequest.Builder.websiteConfiguration(Consumer<WebsiteConfiguration.Builder> websiteConfiguration)
Sets the value of the WebsiteConfiguration property for this object.
|
Copyright © 2019. All rights reserved.