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 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.