@Stability(value=Stable) public static final class CfnSecurityGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityGroup>
CfnSecurityGroup.| Modifier and Type | Method and Description |
|---|---|
CfnSecurityGroup |
build() |
static CfnSecurityGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSecurityGroup.Builder |
description(String description)
A description for the cache security group.
|
CfnSecurityGroup.Builder |
tags(List<? extends CfnTag> tags)
A tag that can be added to an ElastiCache security group.
|
@Stability(value=Stable) public static CfnSecurityGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSecurityGroup.Builder.@Stability(value=Stable) public CfnSecurityGroup.Builder description(String description)
description - A description for the cache security group. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroup.Builder tags(List<? extends CfnTag> tags)
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.
tags - A tag that can be added to an ElastiCache security group. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroup build()
build in interface software.amazon.jsii.Builder<CfnSecurityGroup>Copyright © 2022. All rights reserved.