public static interface AwsS3BucketWebsiteConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketWebsiteConfiguration.Builder,AwsS3BucketWebsiteConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketWebsiteConfiguration.Builder errorDocument(String errorDocument)
The name of the error document for the website.
errorDocument - The name of the error document for the website.AwsS3BucketWebsiteConfiguration.Builder indexDocumentSuffix(String indexDocumentSuffix)
The name of the index document for the website.
indexDocumentSuffix - The name of the index document for the website.AwsS3BucketWebsiteConfiguration.Builder redirectAllRequestsTo(AwsS3BucketWebsiteConfigurationRedirectTo redirectAllRequestsTo)
The redirect behavior for requests to the website.
redirectAllRequestsTo - The redirect behavior for requests to the website.default AwsS3BucketWebsiteConfiguration.Builder redirectAllRequestsTo(Consumer<AwsS3BucketWebsiteConfigurationRedirectTo.Builder> redirectAllRequestsTo)
The redirect behavior for requests to the website.
This is a convenience method that creates an instance of theAwsS3BucketWebsiteConfigurationRedirectTo.Builder avoiding the need to create one manually via
AwsS3BucketWebsiteConfigurationRedirectTo.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
redirectAllRequestsTo(AwsS3BucketWebsiteConfigurationRedirectTo).
redirectAllRequestsTo - a consumer that will call methods on AwsS3BucketWebsiteConfigurationRedirectTo.BuilderredirectAllRequestsTo(AwsS3BucketWebsiteConfigurationRedirectTo)AwsS3BucketWebsiteConfiguration.Builder routingRules(Collection<AwsS3BucketWebsiteConfigurationRoutingRule> routingRules)
The rules for applying redirects for requests to the website.
routingRules - The rules for applying redirects for requests to the website.AwsS3BucketWebsiteConfiguration.Builder routingRules(AwsS3BucketWebsiteConfigurationRoutingRule... routingRules)
The rules for applying redirects for requests to the website.
routingRules - The rules for applying redirects for requests to the website.AwsS3BucketWebsiteConfiguration.Builder routingRules(Consumer<AwsS3BucketWebsiteConfigurationRoutingRule.Builder>... routingRules)
The rules for applying redirects for requests to the website.
This is a convenience method that creates an instance of theAwsS3BucketWebsiteConfigurationRoutingRule.Builder
avoiding the need to create one manually via
AwsS3BucketWebsiteConfigurationRoutingRule.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #routingRules(List.
routingRules - a consumer that will call methods on
AwsS3BucketWebsiteConfigurationRoutingRule.Builder#routingRules(java.util.Collection) Copyright © 2023. All rights reserved.