Class CfnIPAMScope.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnIPAMScope.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAMScope>
- Enclosing class:
- CfnIPAMScope
@Stability(Stable)
public static final class CfnIPAMScope.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPAMScope>
A fluent builder for
CfnIPAMScope
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnIPAMScope.Builder
description
(String description) The description of the scope.The ID of the IPAM for which you're creating this scope.The key/value combination of a tag assigned to the resource.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnIPAMScope.Builder
.
-
ipamId
The ID of the IPAM for which you're creating this scope.- Parameters:
ipamId
- The ID of the IPAM for which you're creating this scope. This parameter is required.- Returns:
this
-
description
The description of the scope.- Parameters:
description
- The description of the scope. This parameter is required.- Returns:
this
-
tags
The key/value combination of a tag assigned to the resource.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 valueTeamA
, specifytag:Owner
for the filter name andTeamA
for the filter value.- Parameters:
tags
- The key/value combination of a tag assigned to the resource. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIPAMScope>
- Returns:
- a newly built instance of
CfnIPAMScope
.
-