| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Port.Builder |
Port.Builder.create() |
Port.Builder |
Port.Builder.fromPort(Number fromPort)
(experimental) The starting port for the range.
|
Port.Builder |
Port.Builder.protocol(Protocol protocol)
(experimental) The protocol for the range.
|
Port.Builder |
Port.Builder.stringRepresentation(String stringRepresentation)
(experimental) String representation for this object.
|
Port.Builder |
Port.Builder.toPort(Number toPort)
(experimental) The ending port for the range.
|
Copyright © 2021. All rights reserved.