pub struct Builder { /* private fields */ }
Expand description
A builder for RevokeCacheSecurityGroupIngressInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_security_group_name(self, input: impl Into<String>) -> Self
pub fn cache_security_group_name(self, input: impl Into<String>) -> Self
The name of the cache security group to revoke ingress from.
sourcepub fn set_cache_security_group_name(self, input: Option<String>) -> Self
pub fn set_cache_security_group_name(self, input: Option<String>) -> Self
The name of the cache security group to revoke ingress from.
sourcepub fn ec2_security_group_name(self, input: impl Into<String>) -> Self
pub fn ec2_security_group_name(self, input: impl Into<String>) -> Self
The name of the Amazon EC2 security group to revoke access from.
sourcepub fn set_ec2_security_group_name(self, input: Option<String>) -> Self
pub fn set_ec2_security_group_name(self, input: Option<String>) -> Self
The name of the Amazon EC2 security group to revoke access from.
sourcepub fn ec2_security_group_owner_id(self, input: impl Into<String>) -> Self
pub fn ec2_security_group_owner_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_ec2_security_group_owner_id(self, input: Option<String>) -> Self
pub fn set_ec2_security_group_owner_id(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> Result<RevokeCacheSecurityGroupIngressInput, BuildError>
pub fn build(self) -> Result<RevokeCacheSecurityGroupIngressInput, BuildError>
Consumes the builder and constructs a RevokeCacheSecurityGroupIngressInput
.