public static interface VgwTelemetry.Builder extends SdkPojo, CopyableBuilder<VgwTelemetry.Builder,VgwTelemetry>
Modifier and Type | Method and Description |
---|---|
VgwTelemetry.Builder |
acceptedRouteCount(Integer acceptedRouteCount)
The number of accepted routes.
|
VgwTelemetry.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
|
VgwTelemetry.Builder |
lastStatusChange(Instant lastStatusChange)
The date and time of the last change in status.
|
VgwTelemetry.Builder |
outsideIpAddress(String outsideIpAddress)
The Internet-routable IP address of the virtual private gateway's outside interface.
|
VgwTelemetry.Builder |
status(String status)
The status of the VPN tunnel.
|
VgwTelemetry.Builder |
status(TelemetryStatus status)
The status of the VPN tunnel.
|
VgwTelemetry.Builder |
statusMessage(String statusMessage)
If an error occurs, a description of the error.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VgwTelemetry.Builder acceptedRouteCount(Integer acceptedRouteCount)
The number of accepted routes.
acceptedRouteCount
- The number of accepted routes.VgwTelemetry.Builder lastStatusChange(Instant lastStatusChange)
The date and time of the last change in status.
lastStatusChange
- The date and time of the last change in status.VgwTelemetry.Builder outsideIpAddress(String outsideIpAddress)
The Internet-routable IP address of the virtual private gateway's outside interface.
outsideIpAddress
- The Internet-routable IP address of the virtual private gateway's outside interface.VgwTelemetry.Builder status(String status)
The status of the VPN tunnel.
status
- The status of the VPN tunnel.TelemetryStatus
,
TelemetryStatus
VgwTelemetry.Builder status(TelemetryStatus status)
The status of the VPN tunnel.
status
- The status of the VPN tunnel.TelemetryStatus
,
TelemetryStatus
VgwTelemetry.Builder statusMessage(String statusMessage)
If an error occurs, a description of the error.
statusMessage
- If an error occurs, a description of the error.VgwTelemetry.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
certificateArn
- The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.Copyright © 2019. All rights reserved.