@Stability(value=Stable) public static final class CfnIPAMProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIPAMProps>
CfnIPAMProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIPAMProps |
build()
Builds the configured instance.
|
CfnIPAMProps.Builder |
description(String description)
Sets the value of
CfnIPAMProps.getDescription() |
CfnIPAMProps.Builder |
operatingRegions(IResolvable operatingRegions)
Sets the value of
CfnIPAMProps.getOperatingRegions() |
CfnIPAMProps.Builder |
operatingRegions(List<? extends Object> operatingRegions)
Sets the value of
CfnIPAMProps.getOperatingRegions() |
CfnIPAMProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnIPAMProps.getTags() |
@Stability(value=Stable) public CfnIPAMProps.Builder description(String description)
CfnIPAMProps.getDescription()description - `AWS::EC2::IPAM.Description`.this@Stability(value=Stable) public CfnIPAMProps.Builder operatingRegions(IResolvable operatingRegions)
CfnIPAMProps.getOperatingRegions()operatingRegions - `AWS::EC2::IPAM.OperatingRegions`.this@Stability(value=Stable) public CfnIPAMProps.Builder operatingRegions(List<? extends Object> operatingRegions)
CfnIPAMProps.getOperatingRegions()operatingRegions - `AWS::EC2::IPAM.OperatingRegions`.this@Stability(value=Stable) public CfnIPAMProps.Builder tags(List<? extends CfnTag> tags)
CfnIPAMProps.getTags()tags - `AWS::EC2::IPAM.Tags`.this@Stability(value=Stable) public CfnIPAMProps build()
build in interface software.amazon.jsii.Builder<CfnIPAMProps>CfnIPAMPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.