@Stability(value=Stable)
public static interface CfnStack.ElasticIpProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.opsworks.*;
ElasticIpProperty elasticIpProperty = ElasticIpProperty.builder()
.ip("ip")
// the properties below are optional
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStack.ElasticIpProperty.Builder
A builder for
CfnStack.ElasticIpProperty |
static class |
CfnStack.ElasticIpProperty.Jsii$Proxy
An implementation for
CfnStack.ElasticIpProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStack.ElasticIpProperty.Builder |
builder() |
String |
getIp()
The IP address.
|
default String |
getName()
The name, which can be a maximum of 32 characters.
|
@Stability(value=Stable) @NotNull String getIp()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnStack.ElasticIpProperty.Builder builder()
CfnStack.ElasticIpProperty.Builder of CfnStack.ElasticIpPropertyCopyright © 2022. All rights reserved.