Interface DeleteCanaryRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DeleteCanaryRequest.Builder,,- DeleteCanaryRequest> - SdkBuilder<DeleteCanaryRequest.Builder,,- DeleteCanaryRequest> - SdkPojo,- SdkRequest.Builder,- SyntheticsRequest.Builder
- Enclosing class:
- DeleteCanaryRequest
- 
Method SummaryModifier and TypeMethodDescriptiondeleteLambda(Boolean deleteLambda) Specifies whether to also delete the Lambda functions and layers used by this canary.The name of the canary that you want to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.synthetics.model.SyntheticsRequest.Builderbuild
- 
Method Details- 
nameThe name of the canary that you want to delete. To find the names of your canaries, use DescribeCanaries. - Parameters:
- name- The name of the canary that you want to delete. To find the names of your canaries, use DescribeCanaries.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deleteLambdaSpecifies whether to also delete the Lambda functions and layers used by this canary. The default is false.Your setting for this parameter is used only if the canary doesn't have AUTOMATICfor itsProvisionedResourceCleanupfield. If that field is set toAUTOMATIC, then the Lambda functions and layers will be deleted when this canary is deleted.Type: Boolean - Parameters:
- deleteLambda- Specifies whether to also delete the Lambda functions and layers used by this canary. The default is- false.- Your setting for this parameter is used only if the canary doesn't have - AUTOMATICfor its- ProvisionedResourceCleanupfield. If that field is set to- AUTOMATIC, then the Lambda functions and layers will be deleted when this canary is deleted.- Type: Boolean 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDeleteCanaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDeleteCanaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-