Interface StopCanaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopCanaryRequest.Builder,StopCanaryRequest>,SdkBuilder<StopCanaryRequest.Builder,StopCanaryRequest>,SdkPojo,SdkRequest.Builder,SyntheticsRequest.Builder
- Enclosing class:
- StopCanaryRequest
public static interface StopCanaryRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<StopCanaryRequest.Builder,StopCanaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopCanaryRequest.Buildername(String name)The name of the canary that you want to stop.StopCanaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopCanaryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.synthetics.model.SyntheticsRequest.Builder
build
-
-
-
-
Method Detail
-
name
StopCanaryRequest.Builder name(String name)
The name of the canary that you want to stop. To find the names of your canaries, use ListCanaries.
- Parameters:
name- The name of the canary that you want to stop. To find the names of your canaries, use ListCanaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopCanaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopCanaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-