protected static class GetBucketWebsiteOutput.BuilderImpl extends Object implements GetBucketWebsiteOutput.Builder
Modifier | Constructor and Description |
---|---|
protected |
BuilderImpl() |
Modifier and Type | Method and Description |
---|---|
GetBucketWebsiteOutput |
build() |
boolean |
equals(Object rhs) |
ErrorDocument |
errorDocument() |
GetBucketWebsiteOutput.Builder |
errorDocument(ErrorDocument errorDocument) |
int |
hashCode() |
IndexDocument |
indexDocument() |
GetBucketWebsiteOutput.Builder |
indexDocument(IndexDocument indexDocument) |
RedirectAllRequestsTo |
redirectAllRequestsTo() |
GetBucketWebsiteOutput.Builder |
redirectAllRequestsTo(RedirectAllRequestsTo redirectAllRequestsTo) |
List<RoutingRule> |
routingRules() |
GetBucketWebsiteOutput.Builder |
routingRules(List<RoutingRule> routingRules) |
public GetBucketWebsiteOutput build()
build
in interface GetBucketWebsiteOutput.Builder
public final GetBucketWebsiteOutput.Builder redirectAllRequestsTo(RedirectAllRequestsTo redirectAllRequestsTo)
redirectAllRequestsTo
in interface GetBucketWebsiteOutput.Builder
public final GetBucketWebsiteOutput.Builder indexDocument(IndexDocument indexDocument)
indexDocument
in interface GetBucketWebsiteOutput.Builder
public final GetBucketWebsiteOutput.Builder errorDocument(ErrorDocument errorDocument)
errorDocument
in interface GetBucketWebsiteOutput.Builder
public final GetBucketWebsiteOutput.Builder routingRules(List<RoutingRule> routingRules)
routingRules
in interface GetBucketWebsiteOutput.Builder
public RedirectAllRequestsTo redirectAllRequestsTo()
public IndexDocument indexDocument()
public ErrorDocument errorDocument()
public List<RoutingRule> routingRules()
Copyright © 2021. All rights reserved.