Interface UntagResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>,SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagResourceRequest
public static interface UntagResourceRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderresourceArn(String resourceArn)An ARN that uniquely identifies a resource.UntagResourceRequest.BuildertagKeyList(String... tagKeyList)The keys to identify which key-value tags to remove from a resource.UntagResourceRequest.BuildertagKeyList(Collection<String> tagKeyList)The keys to identify which key-value tags to remove from a resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceArn
UntagResourceRequest.Builder resourceArn(String resourceArn)
An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.
ARNs that do not include
backupare incompatible with tagging.TagResourceandUntagResourcewith invalid ARNs will result in an error. Acceptable ARN content can includearn:aws:backup:us-east. Invalid ARN content may look likearn:aws:ec2:us-east.- Parameters:
resourceArn- An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.ARNs that do not include
backupare incompatible with tagging.TagResourceandUntagResourcewith invalid ARNs will result in an error. Acceptable ARN content can includearn:aws:backup:us-east. Invalid ARN content may look likearn:aws:ec2:us-east.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeyList
UntagResourceRequest.Builder tagKeyList(Collection<String> tagKeyList)
The keys to identify which key-value tags to remove from a resource.
- Parameters:
tagKeyList- The keys to identify which key-value tags to remove from a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeyList
UntagResourceRequest.Builder tagKeyList(String... tagKeyList)
The keys to identify which key-value tags to remove from a resource.
- Parameters:
tagKeyList- The keys to identify which key-value tags to remove from a resource.- 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
-
-