public static final class CfnIPAMScopeProps.Builder
extends java.lang.Object
CfnIPAMScopeProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnIPAMScopeProps |
build()
Builds the configured instance.
|
CfnIPAMScopeProps.Builder |
description(java.lang.String description)
Sets the value of
CfnIPAMScopeProps.getDescription() |
CfnIPAMScopeProps.Builder |
ipamId(java.lang.String ipamId)
Sets the value of
CfnIPAMScopeProps.getIpamId() |
CfnIPAMScopeProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnIPAMScopeProps.getTags() |
public CfnIPAMScopeProps.Builder ipamId(java.lang.String ipamId)
CfnIPAMScopeProps.getIpamId()
ipamId
- The ID of the IPAM for which you're creating this scope. This parameter is required.this
public CfnIPAMScopeProps.Builder description(java.lang.String description)
CfnIPAMScopeProps.getDescription()
description
- The description of the scope.this
public CfnIPAMScopeProps.Builder tags(java.util.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
public CfnIPAMScopeProps build()
CfnIPAMScopeProps
java.lang.NullPointerException
- if any required attribute was not provided