public static interface UpdateInstanceCustomHealthStatusRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<UpdateInstanceCustomHealthStatusRequest.Builder,UpdateInstanceCustomHealthStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateInstanceCustomHealthStatusRequest.Builder |
instanceId(String instanceId)
The ID of the instance that you want to change the health status for.
|
UpdateInstanceCustomHealthStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateInstanceCustomHealthStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateInstanceCustomHealthStatusRequest.Builder |
serviceId(String serviceId)
The ID of the service that includes the configuration for the custom health check that you want to change the
status for.
|
UpdateInstanceCustomHealthStatusRequest.Builder |
status(CustomHealthStatus status)
The new status of the instance,
HEALTHY or UNHEALTHY. |
UpdateInstanceCustomHealthStatusRequest.Builder |
status(String status)
The new status of the instance,
HEALTHY or UNHEALTHY. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateInstanceCustomHealthStatusRequest.Builder serviceId(String serviceId)
The ID of the service that includes the configuration for the custom health check that you want to change the status for.
serviceId - The ID of the service that includes the configuration for the custom health check that you want to
change the status for.UpdateInstanceCustomHealthStatusRequest.Builder instanceId(String instanceId)
The ID of the instance that you want to change the health status for.
instanceId - The ID of the instance that you want to change the health status for.UpdateInstanceCustomHealthStatusRequest.Builder status(String status)
The new status of the instance, HEALTHY or UNHEALTHY.
status - The new status of the instance, HEALTHY or UNHEALTHY.CustomHealthStatus,
CustomHealthStatusUpdateInstanceCustomHealthStatusRequest.Builder status(CustomHealthStatus status)
The new status of the instance, HEALTHY or UNHEALTHY.
status - The new status of the instance, HEALTHY or UNHEALTHY.CustomHealthStatus,
CustomHealthStatusUpdateInstanceCustomHealthStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateInstanceCustomHealthStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.