Interface VgwTelemetry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VgwTelemetry.Builder,
,VgwTelemetry> SdkBuilder<VgwTelemetry.Builder,
,VgwTelemetry> SdkPojo
- Enclosing class:
VgwTelemetry
public static interface VgwTelemetry.Builder
extends SdkPojo, CopyableBuilder<VgwTelemetry.Builder,VgwTelemetry>
-
Method Summary
Modifier and TypeMethodDescriptionacceptedRouteCount
(Integer acceptedRouteCount) The number of accepted routes.certificateArn
(String certificateArn) The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.lastStatusChange
(Instant lastStatusChange) The date and time of the last change in status.outsideIpAddress
(String outsideIpAddress) The Internet-routable IP address of the virtual private gateway's outside interface.The status of the VPN tunnel.status
(TelemetryStatus status) The status of the VPN tunnel.statusMessage
(String statusMessage) If an error occurs, a description of the error.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
-
acceptedRouteCount
The number of accepted routes.
- Parameters:
acceptedRouteCount
- The number of accepted routes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastStatusChange
The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.
- Parameters:
lastStatusChange
- The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outsideIpAddress
The Internet-routable IP address of the virtual private gateway's outside interface.
- Parameters:
outsideIpAddress
- The Internet-routable IP address of the virtual private gateway's outside interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the VPN tunnel.
- Parameters:
status
- The status of the VPN tunnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the VPN tunnel.
- Parameters:
status
- The status of the VPN tunnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
If an error occurs, a description of the error.
- Parameters:
statusMessage
- If an error occurs, a description of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
- Parameters:
certificateArn
- The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-