Uses of Class
software.amazon.awscdk.services.s3.RoutingRule.Builder
-
Uses of RoutingRule.Builder in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptionstatic RoutingRule.Builder
RoutingRule.builder()
RoutingRule.Builder.condition
(RoutingRuleCondition condition) Sets the value ofRoutingRule.getCondition()
Sets the value ofRoutingRule.getHostName()
RoutingRule.Builder.httpRedirectCode
(String httpRedirectCode) Sets the value ofRoutingRule.getHttpRedirectCode()
RoutingRule.Builder.protocol
(RedirectProtocol protocol) Sets the value ofRoutingRule.getProtocol()
RoutingRule.Builder.replaceKey
(ReplaceKey replaceKey) Sets the value ofRoutingRule.getReplaceKey()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RoutingRule.Builder builder) Constructor that initializes the object based on literal property values passed by theRoutingRule.Builder
.