@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWebACLMigrationStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateWebACLMigrationStackRequest() |
Modifier and Type | Method and Description |
---|---|
CreateWebACLMigrationStackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIgnoreUnsupportedType()
Indicates whether to exclude entities that can't be migrated or to stop the migration.
|
String |
getS3BucketName()
The name of the Amazon S3 bucket to store the CloudFormation template in.
|
String |
getWebACLId()
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
|
int |
hashCode() |
Boolean |
isIgnoreUnsupportedType()
Indicates whether to exclude entities that can't be migrated or to stop the migration.
|
void |
setIgnoreUnsupportedType(Boolean ignoreUnsupportedType)
Indicates whether to exclude entities that can't be migrated or to stop the migration.
|
void |
setS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to store the CloudFormation template in.
|
void |
setWebACLId(String webACLId)
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
|
String |
toString()
Returns a string representation of this object.
|
CreateWebACLMigrationStackRequest |
withIgnoreUnsupportedType(Boolean ignoreUnsupportedType)
Indicates whether to exclude entities that can't be migrated or to stop the migration.
|
CreateWebACLMigrationStackRequest |
withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to store the CloudFormation template in.
|
CreateWebACLMigrationStackRequest |
withWebACLId(String webACLId)
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setWebACLId(String webACLId)
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
webACLId
- The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.public String getWebACLId()
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
public CreateWebACLMigrationStackRequest withWebACLId(String webACLId)
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
webACLId
- The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.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.
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.
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.
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.
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.
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.
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.
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.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.
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.
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.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.
public String toString()
toString
in class Object
Object.toString()
public CreateWebACLMigrationStackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()