Interface InstanceGroupHealthCheckConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceGroupHealthCheckConfiguration.Builder,,InstanceGroupHealthCheckConfiguration> SdkBuilder<InstanceGroupHealthCheckConfiguration.Builder,,InstanceGroupHealthCheckConfiguration> SdkPojo
- Enclosing class:
InstanceGroupHealthCheckConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondeepHealthChecks(Collection<DeepHealthCheckType> deepHealthChecks) A list of deep health checks to be performed.deepHealthChecks(DeepHealthCheckType... deepHealthChecks) A list of deep health checks to be performed.deepHealthChecksWithStrings(String... deepHealthChecks) A list of deep health checks to be performed.deepHealthChecksWithStrings(Collection<String> deepHealthChecks) A list of deep health checks to be performed.instanceGroupName(String instanceGroupName) The name of the instance group.instanceIds(String... instanceIds) A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.instanceIds(Collection<String> instanceIds) A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.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
-
instanceGroupName
The name of the instance group.
- Parameters:
instanceGroupName- The name of the instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceIds
A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.
Leave this field blank to perform deep health checks on the entire instance group.
- Parameters:
instanceIds- A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.Leave this field blank to perform deep health checks on the entire instance group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceIds
A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.
Leave this field blank to perform deep health checks on the entire instance group.
- Parameters:
instanceIds- A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.Leave this field blank to perform deep health checks on the entire instance group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deepHealthChecksWithStrings
InstanceGroupHealthCheckConfiguration.Builder deepHealthChecksWithStrings(Collection<String> deepHealthChecks) A list of deep health checks to be performed.
- Parameters:
deepHealthChecks- A list of deep health checks to be performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deepHealthChecksWithStrings
InstanceGroupHealthCheckConfiguration.Builder deepHealthChecksWithStrings(String... deepHealthChecks) A list of deep health checks to be performed.
- Parameters:
deepHealthChecks- A list of deep health checks to be performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deepHealthChecks
InstanceGroupHealthCheckConfiguration.Builder deepHealthChecks(Collection<DeepHealthCheckType> deepHealthChecks) A list of deep health checks to be performed.
- Parameters:
deepHealthChecks- A list of deep health checks to be performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deepHealthChecks
InstanceGroupHealthCheckConfiguration.Builder deepHealthChecks(DeepHealthCheckType... deepHealthChecks) A list of deep health checks to be performed.
- Parameters:
deepHealthChecks- A list of deep health checks to be performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-