public static interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder,AwsS3BucketWebsiteConfigurationRoutingRuleCondition>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder |
httpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
Indicates to redirect the request if the HTTP error code matches this value.
|
AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder |
keyPrefixEquals(String keyPrefixEquals)
Indicates to redirect the request if the key prefix matches this value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder httpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
Indicates to redirect the request if the HTTP error code matches this value.
httpErrorCodeReturnedEquals - Indicates to redirect the request if the HTTP error code matches this value.AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder keyPrefixEquals(String keyPrefixEquals)
Indicates to redirect the request if the key prefix matches this value.
keyPrefixEquals - Indicates to redirect the request if the key prefix matches this value.Copyright © 2023. All rights reserved.