public static interface AssociateHealthCheckRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<AssociateHealthCheckRequest.Builder,AssociateHealthCheckRequest>
Modifier and Type | Method and Description |
---|---|
AssociateHealthCheckRequest.Builder |
healthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
|
AssociateHealthCheckRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateHealthCheckRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateHealthCheckRequest.Builder |
protectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateHealthCheckRequest.Builder protectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
protectionId
- The unique identifier (ID) for the Protection object to add the health check association to.AssociateHealthCheckRequest.Builder healthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
healthCheckArn
- The Amazon Resource Name (ARN) of the health check to associate with the protection.AssociateHealthCheckRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateHealthCheckRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.