JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.waf.model

Class CreateWebACLMigrationStackRequest

    • Constructor Detail

      • CreateWebACLMigrationStackRequest

        public CreateWebACLMigrationStackRequest()
    • Method Detail

      • setWebACLId

        public void setWebACLId(String webACLId)

        The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.

        Parameters:
        webACLId - The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
      • getWebACLId

        public String getWebACLId()

        The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.

        Returns:
        The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
      • withWebACLId

        public CreateWebACLMigrationStackRequest withWebACLId(String webACLId)

        The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.

        Parameters:
        webACLId - The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3BucketName

        public void setS3BucketName(String s3BucketName)

        The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:

        • The bucket name must start with aws-waf-migration-. For example, aws-waf-migration-my-web-acl.

        • The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.

        • The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.

        Parameters:
        s3BucketName - The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:

        • The bucket name must start with aws-waf-migration-. For example, aws-waf-migration-my-web-acl.

        • The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.

        • The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.

      • getS3BucketName

        public String getS3BucketName()

        The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:

        • The bucket name must start with aws-waf-migration-. For example, aws-waf-migration-my-web-acl.

        • The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.

        • The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.

        Returns:
        The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:

        • The bucket name must start with aws-waf-migration-. For example, aws-waf-migration-my-web-acl.

        • The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.

        • The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.

      • withS3BucketName

        public CreateWebACLMigrationStackRequest withS3BucketName(String s3BucketName)

        The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:

        • The bucket name must start with aws-waf-migration-. For example, aws-waf-migration-my-web-acl.

        • The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.

        • The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.

        Parameters:
        s3BucketName - The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:

        • The bucket name must start with aws-waf-migration-. For example, aws-waf-migration-my-web-acl.

        • The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.

        • The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIgnoreUnsupportedType

        public void setIgnoreUnsupportedType(Boolean ignoreUnsupportedType)

        Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.

        Parameters:
        ignoreUnsupportedType - Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.
      • getIgnoreUnsupportedType

        public Boolean getIgnoreUnsupportedType()

        Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.

        Returns:
        Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.
      • withIgnoreUnsupportedType

        public CreateWebACLMigrationStackRequest withIgnoreUnsupportedType(Boolean ignoreUnsupportedType)

        Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.

        Parameters:
        ignoreUnsupportedType - Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isIgnoreUnsupportedType

        public Boolean isIgnoreUnsupportedType()

        Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.

        Returns:
        Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /