public static interface DisassociateResourceRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<DisassociateResourceRequest.Builder,DisassociateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateResourceRequest.Builder |
groupIdentifier(String groupIdentifier)
Specifies the group.
|
DisassociateResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the canary that you want to remove from the specified group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateResourceRequest.Builder groupIdentifier(String groupIdentifier)
Specifies the group. You can specify the group name, the ARN, or the group ID as the
GroupIdentifier.
groupIdentifier - Specifies the group. You can specify the group name, the ARN, or the group ID as the
GroupIdentifier.DisassociateResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the canary that you want to remove from the specified group.
resourceArn - The ARN of the canary that you want to remove from the specified group.DisassociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.