public static interface TunnelSummary.Builder extends SdkPojo, CopyableBuilder<TunnelSummary.Builder,TunnelSummary>
| Modifier and Type | Method and Description |
|---|---|
TunnelSummary.Builder |
createdAt(Instant createdAt)
The time the tunnel was created.
|
TunnelSummary.Builder |
description(String description)
A description of the tunnel.
|
TunnelSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time the tunnel was last updated.
|
TunnelSummary.Builder |
status(String status)
The status of a tunnel.
|
TunnelSummary.Builder |
status(TunnelStatus status)
The status of a tunnel.
|
TunnelSummary.Builder |
tunnelArn(String tunnelArn)
The Amazon Resource Name of the tunnel.
|
TunnelSummary.Builder |
tunnelId(String tunnelId)
The unique alpha-numeric identifier for the tunnel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTunnelSummary.Builder tunnelId(String tunnelId)
The unique alpha-numeric identifier for the tunnel.
tunnelId - The unique alpha-numeric identifier for the tunnel.TunnelSummary.Builder tunnelArn(String tunnelArn)
The Amazon Resource Name of the tunnel.
tunnelArn - The Amazon Resource Name of the tunnel.TunnelSummary.Builder status(String status)
The status of a tunnel. Valid values are: Open and Closed.
status - The status of a tunnel. Valid values are: Open and Closed.TunnelStatus,
TunnelStatusTunnelSummary.Builder status(TunnelStatus status)
The status of a tunnel. Valid values are: Open and Closed.
status - The status of a tunnel. Valid values are: Open and Closed.TunnelStatus,
TunnelStatusTunnelSummary.Builder description(String description)
A description of the tunnel.
description - A description of the tunnel.TunnelSummary.Builder createdAt(Instant createdAt)
The time the tunnel was created.
createdAt - The time the tunnel was created.TunnelSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time the tunnel was last updated.
lastUpdatedAt - The time the tunnel was last updated.Copyright © 2023. All rights reserved.