public static interface AssociateResourceRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateResourceRequest.Builder |
groupIdentifier(String groupIdentifier)
Specifies the group.
|
AssociateResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the canary that you want to associate with the specified group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateResourceRequest.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.AssociateResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the canary that you want to associate with the specified group.
resourceArn - The ARN of the canary that you want to associate with the specified group.AssociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.