@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 |
ipamScopeType(String ipamScopeType)
Sets the value of
CfnIPAMScopeProps.getIpamScopeType() |
CfnIPAMScopeProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnIPAMScopeProps.getTags() |
@Stability(value=Stable) public CfnIPAMScopeProps.Builder description(String description)
CfnIPAMScopeProps.getDescription()description - `AWS::EC2::IPAMScope.Description`.this@Stability(value=Stable) public CfnIPAMScopeProps.Builder ipamId(String ipamId)
CfnIPAMScopeProps.getIpamId()ipamId - `AWS::EC2::IPAMScope.IpamId`. This parameter is required.this@Stability(value=Stable) public CfnIPAMScopeProps.Builder ipamScopeType(String ipamScopeType)
CfnIPAMScopeProps.getIpamScopeType()ipamScopeType - `AWS::EC2::IPAMScope.IpamScopeType`.this@Stability(value=Stable) public CfnIPAMScopeProps.Builder tags(List<? extends CfnTag> tags)
CfnIPAMScopeProps.getTags()tags - `AWS::EC2::IPAMScope.Tags`.this@Stability(value=Stable) public CfnIPAMScopeProps build()
build in interface software.amazon.jsii.Builder<CfnIPAMScopeProps>CfnIPAMScopePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.