public static interface UntagResourceRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) that is assigned to and
uniquely identifies the GameLift resource that you want to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of one or more tag keys to remove from the specified GameLift resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of one or more tag keys to remove from the specified GameLift resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) that is assigned to and uniquely identifies the GameLift resource that you want to remove tags from. GameLift resource ARNs are included in the data object for the resource, which can be retrieved by calling a List or Describe operation for the resource type.
resourceARN - The Amazon Resource Name (ARN) that is assigned to
and uniquely identifies the GameLift resource that you want to remove tags from. GameLift resource
ARNs are included in the data object for the resource, which can be retrieved by calling a List or
Describe operation for the resource type.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of one or more tag keys to remove from the specified GameLift resource. An AWS resource can have only one tag with a specific tag key, so specifying the tag key identifies which tag to remove.
tagKeys - A list of one or more tag keys to remove from the specified GameLift resource. An AWS resource can
have only one tag with a specific tag key, so specifying the tag key identifies which tag to remove.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of one or more tag keys to remove from the specified GameLift resource. An AWS resource can have only one tag with a specific tag key, so specifying the tag key identifies which tag to remove.
tagKeys - A list of one or more tag keys to remove from the specified GameLift resource. An AWS resource can
have only one tag with a specific tag key, so specifying the tag key identifies which tag to remove.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.