Interface TagsModel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TagsModel.Builder,TagsModel>,SdkBuilder<TagsModel.Builder,TagsModel>,SdkPojo
- Enclosing class:
- TagsModel
public static interface TagsModel.Builder extends SdkPojo, CopyableBuilder<TagsModel.Builder,TagsModel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagsModel.Buildertags(Map<String,String> tags)A string-to-string map of key-value pairs that defines the tags for an application, campaign, message template, or segment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
tags
TagsModel.Builder tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags for an application, campaign, message template, or segment. Each of these resources can have a maximum of 50 tags.
Each tag consists of a required tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
- Parameters:
tags- A string-to-string map of key-value pairs that defines the tags for an application, campaign, message template, or segment. Each of these resources can have a maximum of 50 tags.Each tag consists of a required tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-