Interface AssociateResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>,SdkBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>,SdkPojo,SdkRequest.Builder,SyntheticsRequest.Builder
- Enclosing class:
- AssociateResourceRequest
public static interface AssociateResourceRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateResourceRequest.BuildergroupIdentifier(String groupIdentifier)Specifies the group.AssociateResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateResourceRequest.BuilderresourceArn(String resourceArn)The ARN of the canary that you want to associate with the specified group.-
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
-
groupIdentifier
AssociateResourceRequest.Builder groupIdentifier(String groupIdentifier)
Specifies the group. You can specify the group name, the ARN, or the group ID as the
GroupIdentifier.- Parameters:
groupIdentifier- Specifies the group. You can specify the group name, the ARN, or the group ID as theGroupIdentifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
AssociateResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the canary that you want to associate with the specified group.
- Parameters:
resourceArn- The ARN of the canary that you want to associate with the specified group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-