public static final class CfnIPAMScope.Builder
extends java.lang.Object
CfnIPAMScope
.Modifier and Type | Method and Description |
---|---|
CfnIPAMScope |
build() |
static CfnIPAMScope.Builder |
create(Construct scope,
java.lang.String id) |
CfnIPAMScope.Builder |
description(java.lang.String description)
The description of the scope.
|
CfnIPAMScope.Builder |
ipamId(java.lang.String ipamId)
The ID of the IPAM for which you're creating this scope.
|
CfnIPAMScope.Builder |
tags(java.util.List<? extends CfnTag> tags)
The key/value combination of a tag assigned to the resource.
|
public static CfnIPAMScope.Builder create(Construct scope, java.lang.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
.public CfnIPAMScope.Builder ipamId(java.lang.String ipamId)
ipamId
- The ID of the IPAM for which you're creating this scope. This parameter is required.this
public CfnIPAMScope.Builder description(java.lang.String description)
description
- The description of the scope. This parameter is required.this
public CfnIPAMScope.Builder tags(java.util.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
public CfnIPAMScope build()