public static interface CreateTagsRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<CreateTagsRequest.Builder,CreateTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system whose tags you want to modify (String).
|
CreateTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTagsRequest.Builder |
tags(Collection<Tag> tags)
An array of
Tag objects to add. |
CreateTagsRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of
Tag objects to add. |
CreateTagsRequest.Builder |
tags(Tag... tags)
An array of
Tag objects to add. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTagsRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.
fileSystemId - The ID of the file system whose tags you want to modify (String). This operation modifies the tags
only, not the file system.CreateTagsRequest.Builder tags(Collection<Tag> tags)
An array of Tag objects to add. Each Tag object is a key-value pair.
tags - An array of Tag objects to add. Each Tag object is a key-value pair.CreateTagsRequest.Builder tags(Tag... tags)
An array of Tag objects to add. Each Tag object is a key-value pair.
tags - An array of Tag objects to add. Each Tag object is a key-value pair.CreateTagsRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of Tag objects to add. Each Tag object is a key-value pair.
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.