Class AWSResourceTag
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.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 Summary
Constructors Constructor Description AWSResourceTag()No args constructor for use in serializationAWSResourceTag(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSResourceTagBuilderedit()Map<String,Object>getAdditionalProperties()StringgetKey()key is the key of the tagStringgetValue()value is the value of the tag.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)key is the key of the tagvoidsetValue(String value)value is the value of the tag.AWSResourceTagBuildertoBuilder()
-
-
-
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.
-
edit
public AWSResourceTagBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AWSResourceTagBuilder>
-
toBuilder
public AWSResourceTagBuilder toBuilder()
-
-