pub struct Builder { /* private fields */ }
Expand description
A builder for CreateCacheSecurityGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_security_group(self, input: CacheSecurityGroup) -> Self
pub fn cache_security_group(self, input: CacheSecurityGroup) -> Self
Represents the output of one of the following operations:
-
AuthorizeCacheSecurityGroupIngress
-
CreateCacheSecurityGroup
-
RevokeCacheSecurityGroupIngress
sourcepub fn set_cache_security_group(self, input: Option<CacheSecurityGroup>) -> Self
pub fn set_cache_security_group(self, input: Option<CacheSecurityGroup>) -> Self
Represents the output of one of the following operations:
-
AuthorizeCacheSecurityGroupIngress
-
CreateCacheSecurityGroup
-
RevokeCacheSecurityGroupIngress
sourcepub fn build(self) -> CreateCacheSecurityGroupOutput
pub fn build(self) -> CreateCacheSecurityGroupOutput
Consumes the builder and constructs a CreateCacheSecurityGroupOutput
.