@Stability(value=Stable) public static final class CfnSecurityGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityGroupProps>
CfnSecurityGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSecurityGroupProps |
build()
Builds the configured instance.
|
CfnSecurityGroupProps.Builder |
description(String description)
Sets the value of
CfnSecurityGroupProps.getDescription() |
CfnSecurityGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSecurityGroupProps.getTags() |
@Stability(value=Stable) public CfnSecurityGroupProps.Builder description(String description)
CfnSecurityGroupProps.getDescription()description - A description for the cache security group. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnSecurityGroupProps.getTags()tags - A tag that can be added to an ElastiCache security group.
Tags are composed of a Key/Value pair. You can use tags to categorize and track all your security groups. A tag with a null Value is permitted.this@Stability(value=Stable) public CfnSecurityGroupProps build()
build in interface software.amazon.jsii.Builder<CfnSecurityGroupProps>CfnSecurityGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.