@Stability(value=Stable) public static final class CfnIPAMScope.Builder extends Object implements software.amazon.jsii.Builder<CfnIPAMScope>
CfnIPAMScope.| Modifier and Type | Method and Description |
|---|---|
CfnIPAMScope |
build() |
static CfnIPAMScope.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIPAMScope.Builder |
description(String description)
The description of the scope.
|
CfnIPAMScope.Builder |
ipamId(String ipamId)
The ID of the IPAM for which you're creating this scope.
|
CfnIPAMScope.Builder |
tags(List<? extends CfnTag> tags)
The key/value combination of a tag assigned to the resource.
|
@Stability(value=Stable) public static CfnIPAMScope.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.CfnIPAMScope.Builder.@Stability(value=Stable) public CfnIPAMScope.Builder ipamId(String ipamId)
ipamId - The ID of the IPAM for which you're creating this scope. This parameter is required.this@Stability(value=Stable) public CfnIPAMScope.Builder description(String description)
description - The description of the scope. This parameter is required.this@Stability(value=Stable) public CfnIPAMScope.Builder tags(List<? extends CfnTag> tags)
Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA , specify tag:Owner for the filter name and TeamA for the filter value.
tags - The key/value combination of a tag assigned to the resource. This parameter is required.this@Stability(value=Stable) public CfnIPAMScope build()
build in interface software.amazon.jsii.Builder<CfnIPAMScope>Copyright © 2022. All rights reserved.