@Stability(value=Stable) public static final class CfnIPAMScopeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIPAMScopeProps>
CfnIPAMScopeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIPAMScopeProps |
build()
Builds the configured instance.
|
CfnIPAMScopeProps.Builder |
description(String description)
Sets the value of
CfnIPAMScopeProps.getDescription() |
CfnIPAMScopeProps.Builder |
ipamId(String ipamId)
Sets the value of
CfnIPAMScopeProps.getIpamId() |
CfnIPAMScopeProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnIPAMScopeProps.getTags() |
@Stability(value=Stable) public CfnIPAMScopeProps.Builder ipamId(String ipamId)
CfnIPAMScopeProps.getIpamId()ipamId - The ID of the IPAM for which you're creating this scope. This parameter is required.this@Stability(value=Stable) public CfnIPAMScopeProps.Builder description(String description)
CfnIPAMScopeProps.getDescription()description - The description of the scope.this@Stability(value=Stable) public CfnIPAMScopeProps.Builder tags(List<? extends CfnTag> tags)
CfnIPAMScopeProps.getTags()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 value TeamA , specify tag:Owner for the filter name and TeamA for the filter value.this@Stability(value=Stable) public CfnIPAMScopeProps build()
build in interface software.amazon.jsii.Builder<CfnIPAMScopeProps>CfnIPAMScopePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.