| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static PortRange.Builder |
PortRange.builder() |
PortRange.Builder |
PortRange.Builder.from(Integer from)
The first port in the range.
|
PortRange.Builder |
PortRange.Builder.to(Integer to)
The last port in the range.
|
PortRange.Builder |
PortRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PortRange.Builder> |
PortRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkACLEntry.Builder |
NetworkACLEntry.Builder.portRange(Consumer<PortRange.Builder> portRange)
The range of ports the rule applies to.
|
Copyright © 2023. All rights reserved.