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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsS3BucketWebsiteConfigurationRoutingRuleCondition.BuilderhttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)Indicates to redirect the request if the HTTP error code matches this value.AwsS3BucketWebsiteConfigurationRoutingRuleCondition.BuilderkeyPrefixEquals(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 Detail
-
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
AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder keyPrefixEquals(String 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.
-
-