Interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder,
,AwsS3BucketWebsiteConfigurationRoutingRuleCondition> SdkBuilder<AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder,
,AwsS3BucketWebsiteConfigurationRoutingRuleCondition> SdkPojo
- Enclosing class:
AwsS3BucketWebsiteConfigurationRoutingRuleCondition
public static interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder
extends SdkPojo, CopyableBuilder<AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder,AwsS3BucketWebsiteConfigurationRoutingRuleCondition>
-
Method Summary
Modifier and TypeMethodDescriptionhttpErrorCodeReturnedEquals
(String httpErrorCodeReturnedEquals) Indicates to redirect the request if the HTTP error code matches this value.keyPrefixEquals
(String keyPrefixEquals) Indicates to redirect the request if the key prefix matches this value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
httpErrorCodeReturnedEquals
AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder httpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals) Indicates to redirect the request if the HTTP error code matches this value.
- Parameters:
httpErrorCodeReturnedEquals
- Indicates to redirect the request if the HTTP error code matches this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefixEquals
Indicates to redirect the request if the key prefix matches this value.
- Parameters:
keyPrefixEquals
- Indicates to redirect the request if the key prefix matches this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-