public static final class ALBCustomParams.Builder
extends java.lang.Object
ALBCustomParams.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBCustomParams. |
| Modifier and Type | Method and Description |
|---|---|
ALBCustomParams |
build() |
ALBCustomParams.Builder |
setIsDynamic(java.lang.Boolean isDynamic)
Placeholder for description of property is_dynamic of obj type CustomParams
field type str type boolean.
|
ALBCustomParams.Builder |
setIsSensitive(java.lang.Boolean isSensitive)
Placeholder for description of property is_sensitive of obj type CustomParams
field type str type boolean.
|
ALBCustomParams.Builder |
setName(java.lang.String name)
Name of the object.
|
ALBCustomParams.Builder |
setValue(java.lang.String value)
value of CustomParams.
|
public Builder()
ALBCustomParams.public ALBCustomParams.Builder setIsDynamic(java.lang.Boolean isDynamic)
isDynamic - New value for the property.public ALBCustomParams.Builder setIsSensitive(java.lang.Boolean isSensitive)
isSensitive - New value for the property.public ALBCustomParams.Builder setName(java.lang.String name)
name - New value for the property.public ALBCustomParams.Builder setValue(java.lang.String value)
value - New value for the property.public ALBCustomParams build()