Interface AddTagsToResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>,DocDbRequest.Builder,SdkBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddTagsToResourceRequest
public static interface AddTagsToResourceRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddTagsToResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddTagsToResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddTagsToResourceRequest.BuilderresourceName(String resourceName)The Amazon DocumentDB resource that the tags are added to.AddTagsToResourceRequest.Buildertags(Collection<Tag> tags)The tags to be assigned to the Amazon DocumentDB resource.AddTagsToResourceRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags to be assigned to the Amazon DocumentDB resource.AddTagsToResourceRequest.Buildertags(Tag... tags)The tags to be assigned to the Amazon DocumentDB 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.services.docdb.model.DocDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceName
AddTagsToResourceRequest.Builder resourceName(String resourceName)
The Amazon DocumentDB resource that the tags are added to. This value is an Amazon Resource Name .
- Parameters:
resourceName- The Amazon DocumentDB resource that the tags are added to. This value is an Amazon Resource Name .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AddTagsToResourceRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the Amazon DocumentDB resource.
- Parameters:
tags- The tags to be assigned to the Amazon DocumentDB resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AddTagsToResourceRequest.Builder tags(Tag... tags)
The tags to be assigned to the Amazon DocumentDB resource.
- Parameters:
tags- The tags to be assigned to the Amazon DocumentDB resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AddTagsToResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the Amazon DocumentDB resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- 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:
#tags(java.util.Collection)
-
overrideConfiguration
AddTagsToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddTagsToResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-