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