Interface ReadinessCheckOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadinessCheckOutput.Builder,
,ReadinessCheckOutput> SdkBuilder<ReadinessCheckOutput.Builder,
,ReadinessCheckOutput> SdkPojo
- Enclosing class:
ReadinessCheckOutput
public static interface ReadinessCheckOutput.Builder
extends SdkPojo, CopyableBuilder<ReadinessCheckOutput.Builder,ReadinessCheckOutput>
-
Method Summary
Modifier and TypeMethodDescriptionreadinessCheckArn
(String readinessCheckArn) The Amazon Resource Name (ARN) associated with a readiness check.readinessCheckName
(String readinessCheckName) Name of a readiness check.resourceSet
(String resourceSet) Name of the resource set to be checked.Sets the value of the Tags property for this object.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
-
readinessCheckArn
The Amazon Resource Name (ARN) associated with a readiness check.
- Parameters:
readinessCheckArn
- The Amazon Resource Name (ARN) associated with a readiness check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readinessCheckName
Name of a readiness check.
- Parameters:
readinessCheckName
- Name of a readiness check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSet
Name of the resource set to be checked.
- Parameters:
resourceSet
- Name of the resource set to be checked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags
- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-