public static final class ConnectionProperty.Builder extends Object
ConnectionProperty
objects.Modifier and Type | Method and Description |
---|---|
ConnectionProperty |
build()
Creates a
ConnectionProperty 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.
|
public ConnectionProperty.Builder setKey(String key)
public ConnectionProperty.Builder setValue(String value)
public ConnectionProperty build()
ConnectionProperty
object.Copyright © 2023 Google LLC. All rights reserved.