Interface AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder,AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails>,SdkBuilder<AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder,AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails>,SdkPojo
- Enclosing class:
- AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
public static interface AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder extends SdkPojo, CopyableBuilder<AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder,AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.BuilderhealthCheck(String healthCheck)The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
healthCheck
AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder healthCheck(String healthCheck)
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.
- Parameters:
healthCheck- The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-