@Stability(value=Stable) public static final class CfnBucket.RoutingRuleConditionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBucket.RoutingRuleConditionProperty>
CfnBucket.RoutingRuleConditionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBucket.RoutingRuleConditionProperty |
build()
Builds the configured instance.
|
CfnBucket.RoutingRuleConditionProperty.Builder |
httpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
Sets the value of
CfnBucket.RoutingRuleConditionProperty.getHttpErrorCodeReturnedEquals() |
CfnBucket.RoutingRuleConditionProperty.Builder |
keyPrefixEquals(String keyPrefixEquals)
Sets the value of
CfnBucket.RoutingRuleConditionProperty.getKeyPrefixEquals() |
@Stability(value=Stable) public CfnBucket.RoutingRuleConditionProperty.Builder httpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
CfnBucket.RoutingRuleConditionProperty.getHttpErrorCodeReturnedEquals()httpErrorCodeReturnedEquals - The HTTP error code when the redirect is applied.
In the event of an error, if the error code equals this value, then the specified redirect is applied.
Required when parent element Condition is specified and sibling KeyPrefixEquals is not specified. If both are specified, then both must be true for the redirect to be applied.
this@Stability(value=Stable) public CfnBucket.RoutingRuleConditionProperty.Builder keyPrefixEquals(String keyPrefixEquals)
CfnBucket.RoutingRuleConditionProperty.getKeyPrefixEquals()keyPrefixEquals - The object key name prefix when the redirect is applied.
For example, to redirect requests for ExamplePage.html , the key prefix will be ExamplePage.html . To redirect request for all pages with the prefix docs/ , the key prefix will be /docs , which identifies all objects in the docs/ folder.
Required when the parent element Condition is specified and sibling HttpErrorCodeReturnedEquals is not specified. If both conditions are specified, both must be true for the redirect to be applied.
this@Stability(value=Stable) public CfnBucket.RoutingRuleConditionProperty build()
build in interface software.amazon.jsii.Builder<CfnBucket.RoutingRuleConditionProperty>CfnBucket.RoutingRuleConditionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.