Interface RemoveTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>,OpenSearchRequest.Builder,SdkBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveTagsRequest
@Mutable @NotThreadSafe public static interface RemoveTagsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveTagsRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the domain, data source, or application from which you want to delete the specified tags.RemoveTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveTagsRequest.BuildertagKeys(String... tagKeys)The list of tag keys to remove from the domain, data source, or application.RemoveTagsRequest.BuildertagKeys(Collection<String> tagKeys)The list of tag keys to remove from the domain, data source, or application.-
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.services.opensearch.model.OpenSearchRequest.Builder
build
-
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
-
arn
RemoveTagsRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the domain, data source, or application from which you want to delete the specified tags.
- Parameters:
arn- The Amazon Resource Name (ARN) of the domain, data source, or application from which you want to delete the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
RemoveTagsRequest.Builder tagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the domain, data source, or application.
- Parameters:
tagKeys- The list of tag keys to remove from the domain, data source, or application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
RemoveTagsRequest.Builder tagKeys(String... tagKeys)
The list of tag keys to remove from the domain, data source, or application.
- Parameters:
tagKeys- The list of tag keys to remove from the domain, data source, or application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-