Uses of Class
software.amazon.awscdk.cloudassembly.schema.Tag.Builder
-
-
Uses of Tag.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return Tag.Builder Modifier and Type Method Description static Tag.BuilderTag. builder()Tag.BuilderTag.Builder. key(String key)Sets the value ofTag.getKey()Tag.BuilderTag.Builder. value(String value)Sets the value ofTag.getValue()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type Tag.Builder Constructor Description Jsii$Proxy(Tag.Builder builder)Constructor that initializes the object based on literal property values passed by theTag.Builder.
-