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