Interface AssociateHealthCheckRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateHealthCheckRequest.Builder,AssociateHealthCheckRequest>,SdkBuilder<AssociateHealthCheckRequest.Builder,AssociateHealthCheckRequest>,SdkPojo,SdkRequest.Builder,ShieldRequest.Builder
- Enclosing class:
- AssociateHealthCheckRequest
public static interface AssociateHealthCheckRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<AssociateHealthCheckRequest.Builder,AssociateHealthCheckRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateHealthCheckRequest.BuilderhealthCheckArn(String healthCheckArn)The Amazon Resource Name (ARN) of the health check to associate with the protection.AssociateHealthCheckRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateHealthCheckRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateHealthCheckRequest.BuilderprotectionId(String protectionId)The unique identifier (ID) for the Protection object to add the health check association to.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.shield.model.ShieldRequest.Builder
build
-
-
-
-
Method Detail
-
protectionId
AssociateHealthCheckRequest.Builder protectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
- Parameters:
protectionId- The unique identifier (ID) for the Protection object to add the health check association to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthCheckArn
AssociateHealthCheckRequest.Builder healthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
- Parameters:
healthCheckArn- The Amazon Resource Name (ARN) of the health check to associate with the protection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateHealthCheckRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateHealthCheckRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-