static Tunnel.Builder |
Tunnel.builder() |
|
Tunnel.Builder |
Tunnel.Builder.createdAt(Instant createdAt) |
The time when the tunnel was created.
|
Tunnel.Builder |
Tunnel.Builder.description(String description) |
A description of the tunnel.
|
default Tunnel.Builder |
Tunnel.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) |
The destination configuration that specifies the thing name of the destination device and a service name that
the local proxy uses to connect to the destination application.
|
Tunnel.Builder |
Tunnel.Builder.destinationConfig(DestinationConfig destinationConfig) |
The destination configuration that specifies the thing name of the destination device and a service name that
the local proxy uses to connect to the destination application.
|
default Tunnel.Builder |
Tunnel.Builder.destinationConnectionState(Consumer<ConnectionState.Builder> destinationConnectionState) |
The connection state of the destination application.
|
Tunnel.Builder |
Tunnel.Builder.destinationConnectionState(ConnectionState destinationConnectionState) |
The connection state of the destination application.
|
Tunnel.Builder |
Tunnel.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The last time the tunnel was updated.
|
default Tunnel.Builder |
Tunnel.Builder.sourceConnectionState(Consumer<ConnectionState.Builder> sourceConnectionState) |
The connection state of the source application.
|
Tunnel.Builder |
Tunnel.Builder.sourceConnectionState(ConnectionState sourceConnectionState) |
The connection state of the source application.
|
Tunnel.Builder |
Tunnel.Builder.status(String status) |
The status of a tunnel.
|
Tunnel.Builder |
Tunnel.Builder.status(TunnelStatus status) |
The status of a tunnel.
|
Tunnel.Builder |
Tunnel.Builder.tags(Collection<Tag> tags) |
A list of tag metadata associated with the secure tunnel.
|
Tunnel.Builder |
Tunnel.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tag metadata associated with the secure tunnel.
|
Tunnel.Builder |
Tunnel.Builder.tags(Tag... tags) |
A list of tag metadata associated with the secure tunnel.
|
default Tunnel.Builder |
Tunnel.Builder.timeoutConfig(Consumer<TimeoutConfig.Builder> timeoutConfig) |
Timeout configuration for the tunnel.
|
Tunnel.Builder |
Tunnel.Builder.timeoutConfig(TimeoutConfig timeoutConfig) |
Timeout configuration for the tunnel.
|
Tunnel.Builder |
Tunnel.toBuilder() |
|
Tunnel.Builder |
Tunnel.Builder.tunnelArn(String tunnelArn) |
The Amazon Resource Name (ARN) of a tunnel.
|
Tunnel.Builder |
Tunnel.Builder.tunnelId(String tunnelId) |
A unique alpha-numeric ID that identifies a tunnel.
|