Interface AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder,
,AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails> SdkBuilder<AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder,
,AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails> SdkPojo
- Enclosing class:
AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
@Mutable
@NotThreadSafe
public static interface AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.Builder,AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails>
-
Method Summary
Modifier and TypeMethodDescriptionhealthCheck
(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 Details
-
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.
-