CopyableBuilder<VgwTelemetry.Builder,VgwTelemetry>
, SdkBuilder<VgwTelemetry.Builder,VgwTelemetry>
public static interface VgwTelemetry.Builder extends CopyableBuilder<VgwTelemetry.Builder,VgwTelemetry>
Modifier and Type | Method | Description |
---|---|---|
VgwTelemetry.Builder |
acceptedRouteCount(Integer acceptedRouteCount) |
The number of accepted routes.
|
VgwTelemetry.Builder |
lastStatusChange(Date 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.
|
copy
apply, build
VgwTelemetry.Builder acceptedRouteCount(Integer acceptedRouteCount)
The number of accepted routes.
acceptedRouteCount
- The number of accepted routes.VgwTelemetry.Builder lastStatusChange(Date 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
VgwTelemetry.Builder status(TelemetryStatus status)
The status of the VPN tunnel.
status
- The status of the VPN tunnel.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.