Package com.google.cloud.bigquery
Class ConnectionProperty.Builder
- java.lang.Object
-
- com.google.cloud.bigquery.ConnectionProperty.Builder
-
- Enclosing class:
- ConnectionProperty
public static final class ConnectionProperty.Builder extends Object
A builder forConnectionProperty
objects.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionProperty
build()
Creates aConnectionProperty
object.ConnectionProperty.Builder
setKey(String key)
[Required] Name of the connection property to set.ConnectionProperty.Builder
setValue(String value)
[Required] Value of the connection property.
-
-
-
Method Detail
-
setKey
public ConnectionProperty.Builder setKey(String key)
[Required] Name of the connection property to set.
-
setValue
public ConnectionProperty.Builder setValue(String value)
[Required] Value of the connection property.
-
build
public ConnectionProperty build()
Creates aConnectionProperty
object.
-
-