Interface RemoveTagsFromResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>,SdkBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- RemoveTagsFromResourceRequest
public static interface RemoveTagsFromResourceRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveTagsFromResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveTagsFromResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveTagsFromResourceRequest.BuilderresourceARN(String resourceARN)The Amazon Resource Name (ARN) of the resource you want to remove the tags from.RemoveTagsFromResourceRequest.BuildertagKeys(String... tagKeys)The keys of the tags you want to remove from the specified resource.RemoveTagsFromResourceRequest.BuildertagKeys(Collection<String> tagKeys)The keys of the tags you want to remove from the specified resource.-
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.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
resourceARN
RemoveTagsFromResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
- Parameters:
resourceARN- The Amazon Resource Name (ARN) of the resource you want to remove the tags from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
RemoveTagsFromResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.
- Parameters:
tagKeys- The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
RemoveTagsFromResourceRequest.Builder tagKeys(String... tagKeys)
The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.
- Parameters:
tagKeys- The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveTagsFromResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveTagsFromResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-