Class AWSS3BucketNameValidator

  • All Implemented Interfaces:
    com.google.common.base.Predicate<String>, Predicate<String>

    public class AWSS3BucketNameValidator
    extends BucketNameValidator
    Validates name for AWS S3 buckets. The complete requirements are listed at: http://docs.amazonwebservices.com/AmazonS3/latest/index.html?BucketRestrictions.html
    See Also:
    InputParamValidator, Validator
    • Method Detail

      • validate

        public void validate​(String containerName)
        Description copied from class: Validator
        Validates the parameter
        Overrides:
        validate in class BucketNameValidator
        Parameters:
        containerName - parameter to be validated