#[non_exhaustive]pub struct AssociateWebAclInputBuilder { /* private fields */ }Expand description
A builder for AssociateWebAclInput.
Implementations§
source§impl AssociateWebAclInputBuilder
impl AssociateWebAclInputBuilder
sourcepub fn web_acl_arn(self, input: impl Into<String>) -> Self
pub fn web_acl_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
sourcepub fn set_web_acl_arn(self, input: Option<String>) -> Self
pub fn set_web_acl_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
sourcepub fn get_web_acl_arn(&self) -> &Option<String>
pub fn get_web_acl_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the resource to associate with the web ACL.
The ARN must be in one of the following formats:
-
For an Application Load Balancer:
arn:partition:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id -
For an Amazon API Gateway REST API:
arn:partition:apigateway:region::/restapis/api-id/stages/stage-name -
For an AppSync GraphQL API:
arn:partition:appsync:region:account-id:apis/GraphQLApiId -
For an Amazon Cognito user pool:
arn:partition:cognito-idp:region:account-id:userpool/user-pool-id -
For an App Runner service:
arn:partition:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id -
For an Amazon Web Services Verified Access instance:
arn:partition:ec2:region:account-id:verified-access-instance/instance-id
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the resource to associate with the web ACL.
The ARN must be in one of the following formats:
-
For an Application Load Balancer:
arn:partition:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id -
For an Amazon API Gateway REST API:
arn:partition:apigateway:region::/restapis/api-id/stages/stage-name -
For an AppSync GraphQL API:
arn:partition:appsync:region:account-id:apis/GraphQLApiId -
For an Amazon Cognito user pool:
arn:partition:cognito-idp:region:account-id:userpool/user-pool-id -
For an App Runner service:
arn:partition:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id -
For an Amazon Web Services Verified Access instance:
arn:partition:ec2:region:account-id:verified-access-instance/instance-id
sourcepub fn get_resource_arn(&self) -> &Option<String>
pub fn get_resource_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the resource to associate with the web ACL.
The ARN must be in one of the following formats:
-
For an Application Load Balancer:
arn:partition:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id -
For an Amazon API Gateway REST API:
arn:partition:apigateway:region::/restapis/api-id/stages/stage-name -
For an AppSync GraphQL API:
arn:partition:appsync:region:account-id:apis/GraphQLApiId -
For an Amazon Cognito user pool:
arn:partition:cognito-idp:region:account-id:userpool/user-pool-id -
For an App Runner service:
arn:partition:apprunner:region:account-id:service/apprunner-service-name/apprunner-service-id -
For an Amazon Web Services Verified Access instance:
arn:partition:ec2:region:account-id:verified-access-instance/instance-id
sourcepub fn build(self) -> Result<AssociateWebAclInput, BuildError>
pub fn build(self) -> Result<AssociateWebAclInput, BuildError>
Consumes the builder and constructs a AssociateWebAclInput.
source§impl AssociateWebAclInputBuilder
impl AssociateWebAclInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AssociateWebAclOutput, SdkError<AssociateWebACLError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AssociateWebAclOutput, SdkError<AssociateWebACLError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AssociateWebAclInputBuilder
impl Clone for AssociateWebAclInputBuilder
source§fn clone(&self) -> AssociateWebAclInputBuilder
fn clone(&self) -> AssociateWebAclInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for AssociateWebAclInputBuilder
impl Debug for AssociateWebAclInputBuilder
source§impl Default for AssociateWebAclInputBuilder
impl Default for AssociateWebAclInputBuilder
source§fn default() -> AssociateWebAclInputBuilder
fn default() -> AssociateWebAclInputBuilder
source§impl PartialEq<AssociateWebAclInputBuilder> for AssociateWebAclInputBuilder
impl PartialEq<AssociateWebAclInputBuilder> for AssociateWebAclInputBuilder
source§fn eq(&self, other: &AssociateWebAclInputBuilder) -> bool
fn eq(&self, other: &AssociateWebAclInputBuilder) -> bool
self and other values to be equal, and is used
by ==.