static AwsS3BucketWebsiteConfigurationRoutingRule.Builder |
AwsS3BucketWebsiteConfigurationRoutingRule.builder() |
|
default AwsS3BucketWebsiteConfigurationRoutingRule.Builder |
AwsS3BucketWebsiteConfigurationRoutingRule.Builder.condition(Consumer<AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder> condition) |
Provides the condition that must be met in order to apply the routing rule.
|
AwsS3BucketWebsiteConfigurationRoutingRule.Builder |
AwsS3BucketWebsiteConfigurationRoutingRule.Builder.condition(AwsS3BucketWebsiteConfigurationRoutingRuleCondition condition) |
Provides the condition that must be met in order to apply the routing rule.
|
default AwsS3BucketWebsiteConfigurationRoutingRule.Builder |
AwsS3BucketWebsiteConfigurationRoutingRule.Builder.redirect(Consumer<AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder> redirect) |
Provides the rules to redirect the request if the condition in Condition is met.
|
AwsS3BucketWebsiteConfigurationRoutingRule.Builder |
AwsS3BucketWebsiteConfigurationRoutingRule.Builder.redirect(AwsS3BucketWebsiteConfigurationRoutingRuleRedirect redirect) |
Provides the rules to redirect the request if the condition in Condition is met.
|
AwsS3BucketWebsiteConfigurationRoutingRule.Builder |
AwsS3BucketWebsiteConfigurationRoutingRule.toBuilder() |
|