public static interface AwsEc2VpnConnectionVgwTelemetryDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2VpnConnectionVgwTelemetryDetails.Builder,AwsEc2VpnConnectionVgwTelemetryDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
acceptedRouteCount(Integer acceptedRouteCount)
The number of accepted routes.
|
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
certificateArn(String certificateArn)
The ARN of the VPN tunnel endpoint certificate.
|
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
lastStatusChange(String lastStatusChange)
The date and time of the last change in status.
|
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
outsideIpAddress(String outsideIpAddress)
The Internet-routable IP address of the virtual private gateway's outside interface.
|
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
status(String status)
The status of the VPN tunnel.
|
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
statusMessage(String statusMessage)
If an error occurs, a description of the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2VpnConnectionVgwTelemetryDetails.Builder acceptedRouteCount(Integer acceptedRouteCount)
The number of accepted routes.
acceptedRouteCount - The number of accepted routes.AwsEc2VpnConnectionVgwTelemetryDetails.Builder certificateArn(String certificateArn)
The ARN of the VPN tunnel endpoint certificate.
certificateArn - The ARN of the VPN tunnel endpoint certificate.AwsEc2VpnConnectionVgwTelemetryDetails.Builder lastStatusChange(String lastStatusChange)
The date and time of the last change in status.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
lastStatusChange - The date and time of the last change in status.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
AwsEc2VpnConnectionVgwTelemetryDetails.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.AwsEc2VpnConnectionVgwTelemetryDetails.Builder status(String status)
The status of the VPN tunnel. Valid values are DOWN or UP.
status - The status of the VPN tunnel. Valid values are DOWN or UP.AwsEc2VpnConnectionVgwTelemetryDetails.Builder statusMessage(String statusMessage)
If an error occurs, a description of the error.
statusMessage - If an error occurs, a description of the error.Copyright © 2023. All rights reserved.