Uses of Interface
software.amazon.awssdk.services.kinesis.model.Tag.Builder
-
Packages that use Tag.Builder Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of Tag.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return Tag.Builder Modifier and Type Method Description static Tag.BuilderTag. builder()Tag.BuilderTag.Builder. key(String key)A unique identifier for the tag.Tag.BuilderTag. toBuilder()Tag.BuilderTag.Builder. value(String value)An optional string, typically used to describe or define the tag.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type Tag.Builder Modifier and Type Method Description static Class<? extends Tag.Builder>Tag. serializableBuilderClass()
-