Interface ReadinessCheckSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadinessCheckSummary.Builder,
,ReadinessCheckSummary> SdkBuilder<ReadinessCheckSummary.Builder,
,ReadinessCheckSummary> SdkPojo
- Enclosing class:
ReadinessCheckSummary
public static interface ReadinessCheckSummary.Builder
extends SdkPojo, CopyableBuilder<ReadinessCheckSummary.Builder,ReadinessCheckSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe readiness status of this readiness check.The readiness status of this readiness check.readinessCheckName
(String readinessCheckName) The name of a readiness check.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
-
readiness
The readiness status of this readiness check.
- Parameters:
readiness
- The readiness status of this readiness check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
readiness
The readiness status of this readiness check.
- Parameters:
readiness
- The readiness status of this readiness check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
readinessCheckName
The name of a readiness check.
- Parameters:
readinessCheckName
- The name of a readiness check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-