Interface TunnelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TunnelSummary.Builder,
,TunnelSummary> SdkBuilder<TunnelSummary.Builder,
,TunnelSummary> SdkPojo
- Enclosing class:
TunnelSummary
public static interface TunnelSummary.Builder
extends SdkPojo, CopyableBuilder<TunnelSummary.Builder,TunnelSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe time the tunnel was created.description
(String description) A description of the tunnel.lastUpdatedAt
(Instant lastUpdatedAt) The time the tunnel was last updated.The status of a tunnel.status
(TunnelStatus status) The status of a tunnel.The Amazon Resource Name of the tunnel.The unique alpha-numeric identifier for the tunnel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
tunnelId
The unique alpha-numeric identifier for the tunnel.
- Parameters:
tunnelId
- The unique alpha-numeric identifier for the tunnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tunnelArn
The Amazon Resource Name of the tunnel.
- Parameters:
tunnelArn
- The Amazon Resource Name of the tunnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a tunnel. Valid values are: Open and Closed.
- Parameters:
status
- The status of a tunnel. Valid values are: Open and Closed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a tunnel. Valid values are: Open and Closed.
- Parameters:
status
- The status of a tunnel. Valid values are: Open and Closed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the tunnel.
- Parameters:
description
- A description of the tunnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time the tunnel was created.
- Parameters:
createdAt
- The time the tunnel was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The time the tunnel was last updated.
- Parameters:
lastUpdatedAt
- The time the tunnel was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-