Interface ConnectorCheck.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorCheck.Builder,,ConnectorCheck> SdkBuilder<ConnectorCheck.Builder,,ConnectorCheck> SdkPojo
- Enclosing class:
ConnectorCheck
@Mutable
@NotThreadSafe
public static interface ConnectorCheck.Builder
extends SdkPojo, CopyableBuilder<ConnectorCheck.Builder,ConnectorCheck>
-
Method Summary
Modifier and TypeMethodDescriptionimpairedSince(Instant impairedSince) The time when connector health began to be impaired.lastCheckAttempt(Instant lastCheckAttempt) The date and time of the last check attempt.The check result.result(CheckResult result) The check result.The check type.The check 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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The check type.
- Parameters:
type- The check type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The check type.
- Parameters:
type- The check type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
result
The check result.
- Parameters:
result- The check result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
result
The check result.
- Parameters:
result- The check result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastCheckAttempt
The date and time of the last check attempt.
- Parameters:
lastCheckAttempt- The date and time of the last check attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
impairedSince
The time when connector health began to be impaired.
- Parameters:
impairedSince- The time when connector health began to be impaired.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-