Interface ConnectionHealth.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConnectionHealth.Builder,,ConnectionHealth> SdkBuilder<ConnectionHealth.Builder,,ConnectionHealth> SdkPojo
- Enclosing class:
 ConnectionHealth
public static interface ConnectionHealth.Builder
extends SdkPojo, CopyableBuilder<ConnectionHealth.Builder,ConnectionHealth> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe connection status.status(ConnectionStatus status) The connection status.The time the status was last updated.The connection type.type(ConnectionType type) The connection type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
type
The connection type.
- Parameters:
 type- The connection type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The connection type.
- Parameters:
 type- The connection type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The connection status.
- Parameters:
 status- The connection status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The connection status.
- Parameters:
 status- The connection status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
timestamp
The time the status was last updated.
- Parameters:
 timestamp- The time the status was last updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -