Interface AwsEc2VpnConnectionVgwTelemetryDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2VpnConnectionVgwTelemetryDetails.Builder,
,AwsEc2VpnConnectionVgwTelemetryDetails> SdkBuilder<AwsEc2VpnConnectionVgwTelemetryDetails.Builder,
,AwsEc2VpnConnectionVgwTelemetryDetails> SdkPojo
- Enclosing class:
AwsEc2VpnConnectionVgwTelemetryDetails
-
Method Summary
Modifier and TypeMethodDescriptionacceptedRouteCount
(Integer acceptedRouteCount) The number of accepted routes.certificateArn
(String certificateArn) The ARN of the VPN tunnel endpoint certificate.lastStatusChange
(String 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.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.
-
certificateArn
The ARN of the VPN tunnel endpoint certificate.
- Parameters:
certificateArn
- The ARN of the VPN tunnel endpoint certificate.- 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.
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 byT
. For example,2020-03-22T13:22:13.933Z
.- Parameters:
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 byT
. For example,2020-03-22T13:22:13.933Z
.- 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. Valid values are
DOWN
orUP
.- Parameters:
status
- The status of the VPN tunnel. Valid values areDOWN
orUP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-