| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
static TunnelSummary.Builder |
TunnelSummary.builder() |
TunnelSummary.Builder |
TunnelSummary.Builder.createdAt(Instant createdAt)
The time the tunnel was created.
|
TunnelSummary.Builder |
TunnelSummary.Builder.description(String description)
A description of the tunnel.
|
TunnelSummary.Builder |
TunnelSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time the tunnel was last updated.
|
TunnelSummary.Builder |
TunnelSummary.Builder.status(String status)
The status of a tunnel.
|
TunnelSummary.Builder |
TunnelSummary.Builder.status(TunnelStatus status)
The status of a tunnel.
|
TunnelSummary.Builder |
TunnelSummary.toBuilder() |
TunnelSummary.Builder |
TunnelSummary.Builder.tunnelArn(String tunnelArn)
The Amazon Resource Name of the tunnel.
|
TunnelSummary.Builder |
TunnelSummary.Builder.tunnelId(String tunnelId)
The unique alpha-numeric identifier for the tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TunnelSummary.Builder> |
TunnelSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.