Uses of Interface
software.amazon.awssdk.services.personalize.model.Tag.Builder
-
Packages that use Tag.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of Tag.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return Tag.Builder Modifier and Type Method Description static Tag.BuilderTag. builder()Tag.BuilderTag.Builder. tagKey(String tagKey)One part of a key-value pair that makes up a tag.Tag.BuilderTag.Builder. tagValue(String tagValue)The optional part of a key-value pair that makes up a tag.Tag.BuilderTag. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type Tag.Builder Modifier and Type Method Description static Class<? extends Tag.Builder>Tag. serializableBuilderClass()
-