Interface ConnectorHealth.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorHealth.Builder,,ConnectorHealth> SdkBuilder<ConnectorHealth.Builder,,ConnectorHealth> SdkPojo
- Enclosing class:
ConnectorHealth
@Mutable
@NotThreadSafe
public static interface ConnectorHealth.Builder
extends SdkPojo, CopyableBuilder<ConnectorHealth.Builder,ConnectorHealth>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorStatus(String connectorStatus) The health status of the connector.connectorStatus(ConnectorHealthStatus connectorStatus) The health status of the connector.lastCheckedAt(Instant lastCheckedAt) The date and time when the connector health was last checked.A message providing additional details about the connector health status.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, sdkFieldNameToField, sdkFields
-
Method Details
-
connectorStatus
The health status of the connector.
- Parameters:
connectorStatus- The health status of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The health status of the connector.
- Parameters:
connectorStatus- The health status of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastCheckedAt
The date and time when the connector health was last checked.
- Parameters:
lastCheckedAt- The date and time when the connector health was last checked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message providing additional details about the connector health status.
- Parameters:
message- A message providing additional details about the connector health status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-