Interface AddTagsToResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>,DirectoryRequest.Builder,SdkBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddTagsToResourceRequest
public static interface AddTagsToResourceRequest.Builder extends DirectoryRequest.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.BuilderresourceId(String resourceId)Identifier (ID) for the directory to which to add the tag.AddTagsToResourceRequest.Buildertags(Collection<Tag> tags)The tags to be assigned to the directory.AddTagsToResourceRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags to be assigned to the directory.AddTagsToResourceRequest.Buildertags(Tag... tags)The tags to be assigned to the directory.-
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.directory.model.DirectoryRequest.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
-
resourceId
AddTagsToResourceRequest.Builder resourceId(String resourceId)
Identifier (ID) for the directory to which to add the tag.
- Parameters:
resourceId- Identifier (ID) for the directory to which to add the tag.- 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 directory.
- Parameters:
tags- The tags to be assigned to the directory.- 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 directory.
- Parameters:
tags- The tags to be assigned to the directory.- 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 directory.
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
-
-