Record Class KiteConfig.ProviderConfig
java.lang.Object
java.lang.Record
cloud.kitelang.cli.config.KiteConfig.ProviderConfig
- Enclosing class:
KiteConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KiteConfig.ProviderConfigempty()final booleanIndicates whether some other object is "equal to" this one.extra()Returns the value of theextrarecord component.final inthashCode()Returns a hash code value for this object.profile()Returns the value of theprofilerecord component.region()Returns the value of theregionrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ProviderConfig
-
-
Method Details
-
empty
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
profile
Returns the value of theprofilerecord component.- Returns:
- the value of the
profilerecord component
-
region
Returns the value of theregionrecord component.- Returns:
- the value of the
regionrecord component
-
extra
-