Interface EIPReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EIPReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.663Z")
@Stability(Stable)
public interface EIPReference
extends software.amazon.jsii.JsiiSerializable
A reference to a EIP resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.ec2.*;
EIPReference eIPReference = EIPReference.builder()
.allocationId("allocationId")
.publicIp("publicIp")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forEIPReferencestatic final classAn implementation forEIPReference -
Method Summary
Modifier and TypeMethodDescriptionstatic EIPReference.Builderbuilder()The AllocationId of the EIP resource.The PublicIp of the EIP resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllocationId
The AllocationId of the EIP resource. -
getPublicIp
The PublicIp of the EIP resource. -
builder
- Returns:
- a
EIPReference.BuilderofEIPReference
-