Interface AddTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddTagsRequest.Builder,AddTagsRequest>,ElasticsearchRequest.Builder,SdkBuilder<AddTagsRequest.Builder,AddTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddTagsRequest
public static interface AddTagsRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<AddTagsRequest.Builder,AddTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddTagsRequest.Builderarn(String arn)Specify theARNfor which you want to add the tags.AddTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddTagsRequest.BuildertagList(Collection<Tag> tagList)List ofTagthat need to be added for the Elasticsearch domain.AddTagsRequest.BuildertagList(Consumer<Tag.Builder>... tagList)List ofTagthat need to be added for the Elasticsearch domain.AddTagsRequest.BuildertagList(Tag... tagList)List ofTagthat need to be added for the Elasticsearch domain.-
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.elasticsearch.model.ElasticsearchRequest.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
AddTagsRequest.Builder arn(String arn)
Specify the
ARNfor which you want to add the tags.- Parameters:
arn- Specify theARNfor which you want to add the tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
AddTagsRequest.Builder tagList(Collection<Tag> tagList)
List of
Tagthat need to be added for the Elasticsearch domain.- Parameters:
tagList- List ofTagthat need to be added for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
AddTagsRequest.Builder tagList(Tag... tagList)
List of
Tagthat need to be added for the Elasticsearch domain.- Parameters:
tagList- List ofTagthat need to be added for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
AddTagsRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
List of
This is a convenience method that creates an instance of theTagthat need to be added for the Elasticsearch domain.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagList(List.) - Parameters:
tagList- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagList(java.util.Collection)
-
overrideConfiguration
AddTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-