// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`RevokeCacheSecurityGroupIngress`](crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`cache_security_group_name(impl Into<String>)`](crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder::cache_security_group_name) / [`set_cache_security_group_name(Option<String>)`](crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder::set_cache_security_group_name):<br>required: **true**<br><p>The name of the cache security group to revoke ingress from.</p><br>
/// - [`ec2_security_group_name(impl Into<String>)`](crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder::ec2_security_group_name) / [`set_ec2_security_group_name(Option<String>)`](crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder::set_ec2_security_group_name):<br>required: **true**<br><p>The name of the Amazon EC2 security group to revoke access from.</p><br>
/// - [`ec2_security_group_owner_id(impl Into<String>)`](crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder::ec2_security_group_owner_id) / [`set_ec2_security_group_owner_id(Option<String>)`](crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder::set_ec2_security_group_owner_id):<br>required: **true**<br><p>The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.</p><br>
/// - On success, responds with [`RevokeCacheSecurityGroupIngressOutput`](crate::operation::revoke_cache_security_group_ingress::RevokeCacheSecurityGroupIngressOutput) with field(s):
/// - [`cache_security_group(Option<CacheSecurityGroup>)`](crate::operation::revoke_cache_security_group_ingress::RevokeCacheSecurityGroupIngressOutput::cache_security_group): <p>Represents the output of one of the following operations:</p> <ul> <li> <p><code>AuthorizeCacheSecurityGroupIngress</code></p></li> <li> <p><code>CreateCacheSecurityGroup</code></p></li> <li> <p><code>RevokeCacheSecurityGroupIngress</code></p></li> </ul>
/// - On failure, responds with [`SdkError<RevokeCacheSecurityGroupIngressError>`](crate::operation::revoke_cache_security_group_ingress::RevokeCacheSecurityGroupIngressError)
pub fn revoke_cache_security_group_ingress(
&self,
) -> crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder {
crate::operation::revoke_cache_security_group_ingress::builders::RevokeCacheSecurityGroupIngressFluentBuilder::new(self.handle.clone())
}
}