Interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder

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