Interface ListTagsForResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkPojo,SdkRequest.Builder,SyntheticsRequest.Builder
- Enclosing class:
- ListTagsForResourceRequest
public static interface ListTagsForResourceRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderresourceArn(String resourceArn)The ARN of the canary or group that you want to view tags for.-
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
-
resourceArn
ListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the canary or group that you want to view tags for.
The ARN format of a canary is
arn:aws:synthetics:Region:account-id:canary:canary-name.The ARN format of a group is
arn:aws:synthetics:Region:account-id:group:group-name- Parameters:
resourceArn- The ARN of the canary or group that you want to view tags for.The ARN format of a canary is
arn:aws:synthetics:Region:account-id:canary:canary-name.The ARN format of a group is
arn:aws:synthetics:Region:account-id:group:group-name- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-