Interface CfnEC2Fleet.PrivateIpAddressSpecificationRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEC2Fleet.PrivateIpAddressSpecificationRequestProperty.Jsii$Proxy
- Enclosing class:
CfnEC2Fleet
@Stability(Stable)
public static interface CfnEC2Fleet.PrivateIpAddressSpecificationRequestProperty
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.ec2.*;
PrivateIpAddressSpecificationRequestProperty privateIpAddressSpecificationRequestProperty = PrivateIpAddressSpecificationRequestProperty.builder()
.primary(false)
.privateIpAddress("privateIpAddress")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEC2Fleet.PrivateIpAddressSpecificationRequestPropertystatic final classAn implementation forCfnEC2Fleet.PrivateIpAddressSpecificationRequestProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherBooleanorIResolvabledefault StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrimary
Returns union: eitherBooleanorIResolvable- See Also:
-
getPrivateIpAddress
- See Also:
-
builder
@Stability(Stable) static CfnEC2Fleet.PrivateIpAddressSpecificationRequestProperty.Builder builder()
-