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 uniquely identifies
the Amazon 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 Amazon GameLift resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of one or more tag keys to remove from the specified Amazon GameLift resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) that uniquely identifies
the Amazon GameLift resource that you want to remove tags from. Amazon GameLift includes resource ARNs in the
data object for the resource. You can retrieve the ARN by calling a List or
Describe operation for the resource type.
resourceARN - The Amazon Resource Name (ARN) that uniquely
identifies the Amazon GameLift resource that you want to remove tags from. Amazon GameLift includes
resource ARNs in the data object for the resource. You can retrieve the ARN 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 Amazon GameLift resource.
tagKeys - A list of one or more tag keys to remove from the specified Amazon GameLift resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of one or more tag keys to remove from the specified Amazon GameLift resource.
tagKeys - A list of one or more tag keys to remove from the specified Amazon GameLift resource.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.