Interface UntagResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UntagResourceRequest.Builder,,UntagResourceRequest> IoTTwinMakerRequest.Builder,SdkBuilder<UntagResourceRequest.Builder,,UntagResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagResourceRequest
@Mutable
@NotThreadSafe
public static interface UntagResourceRequest.Builder
extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceARN(String resourceARN) The ARN of the resource.A list of tag key names to remove from the resource.tagKeys(Collection<String> tagKeys) A list of tag key names to remove from the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceARN
The ARN of the resource.
- Parameters:
resourceARN- The ARN of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.
- Parameters:
tagKeys- A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.
- Parameters:
tagKeys- A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-