Package com.atlan.model.structs
Class GoogleLabel.GoogleLabelBuilder<C extends GoogleLabel,B extends GoogleLabel.GoogleLabelBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.structs.AtlanStruct.AtlanStructBuilder<C,B>
com.atlan.model.structs.GoogleLabel.GoogleLabelBuilder<C,B>
- Enclosing class:
- GoogleLabel
public abstract static class GoogleLabel.GoogleLabelBuilder<C extends GoogleLabel,B extends GoogleLabel.GoogleLabelBuilder<C,B>>
extends AtlanStruct.AtlanStructBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
googleLabelKey
(String googleLabelKey) Key of the Google label.googleLabelValue
(String googleLabelValue) Value for the Google label.protected abstract B
self()
toString()
Fixed typeName for GoogleLabel.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
GoogleLabelBuilder
public GoogleLabelBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanStruct.AtlanStructBuilder<C extends GoogleLabel,
B extends GoogleLabel.GoogleLabelBuilder<C, B>>
-
typeName
Fixed typeName for GoogleLabel.- Overrides:
typeName
in classAtlanStruct.AtlanStructBuilder<C extends GoogleLabel,
B extends GoogleLabel.GoogleLabelBuilder<C, B>> - Returns:
this
.
-
googleLabelKey
Key of the Google label.- Returns:
this
.
-
googleLabelValue
Value for the Google label.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanStruct.AtlanStructBuilder<C extends GoogleLabel,
B extends GoogleLabel.GoogleLabelBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanStruct.AtlanStructBuilder<C extends GoogleLabel,
B extends GoogleLabel.GoogleLabelBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanStruct.AtlanStructBuilder<C extends GoogleLabel,
B extends GoogleLabel.GoogleLabelBuilder<C, B>>
-