Class AWSResourceTag

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AWSResourceTagBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AWSResourceTag
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AWSResourceTagBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AWSResourceTag is a tag to apply to AWS resources created for the cluster.
    See Also:
    Serialized Form
    • Constructor Detail

      • AWSResourceTag

        public AWSResourceTag()
        No args constructor for use in serialization
      • AWSResourceTag

        public AWSResourceTag​(String key,
                              String value)
    • Method Detail

      • getKey

        public String getKey()
        key is the key of the tag
      • setKey

        public void setKey​(String key)
        key is the key of the tag
      • getValue

        public String getValue()
        value is the value of the tag. Some AWS service do not support empty values. Since tags are added to resources in many services, the length of the tag value must meet the requirements of all services.
      • setValue

        public void setValue​(String value)
        value is the value of the tag. Some AWS service do not support empty values. Since tags are added to resources in many services, the length of the tag value must meet the requirements of all services.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)