Uses of Interface
software.amazon.awssdk.services.iotsecuretunneling.model.TunnelSummary.Builder
-
Packages that use TunnelSummary.Builder Package Description software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of TunnelSummary.Builder in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return TunnelSummary.Builder Modifier and Type Method Description static TunnelSummary.BuilderTunnelSummary. builder()TunnelSummary.BuilderTunnelSummary.Builder. createdAt(Instant createdAt)The time the tunnel was created.TunnelSummary.BuilderTunnelSummary.Builder. description(String description)A description of the tunnel.TunnelSummary.BuilderTunnelSummary.Builder. lastUpdatedAt(Instant lastUpdatedAt)The time the tunnel was last updated.TunnelSummary.BuilderTunnelSummary.Builder. status(String status)The status of a tunnel.TunnelSummary.BuilderTunnelSummary.Builder. status(TunnelStatus status)The status of a tunnel.TunnelSummary.BuilderTunnelSummary. toBuilder()TunnelSummary.BuilderTunnelSummary.Builder. tunnelArn(String tunnelArn)The Amazon Resource Name of the tunnel.TunnelSummary.BuilderTunnelSummary.Builder. tunnelId(String tunnelId)The unique alpha-numeric identifier for the tunnel.Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return types with arguments of type TunnelSummary.Builder Modifier and Type Method Description static Class<? extends TunnelSummary.Builder>TunnelSummary. serializableBuilderClass()
-