-
Nested Class Summary
Nested Classes
static class
Create a cosmos client from the pipeline options.
-
Method Summary
com.azure.cosmos.CosmosClientBuilder
The Azure Cosmos key used to perform authentication for accessing resource.
The Azure Cosmos service endpoint used by the Cosmos client.
void
void
void
Methods inherited from interface org.apache.beam.sdk.options.PipelineOptions
as, getJobName, getOptionsId, getRunner, getStableUniqueNames, getTempLocation, getUserAgent, outputRuntimeOptions, revision, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocation, setUserAgent
-
Method Details
-
-
setCosmosClientBuilder
void setCosmosClientBuilder(com.azure.cosmos.CosmosClientBuilder builder)
-
getCosmosServiceEndpoint
The Azure Cosmos service endpoint used by the Cosmos client.
-
setCosmosServiceEndpoint
void setCosmosServiceEndpoint(String endpoint)
-
getCosmosKey
The Azure Cosmos key used to perform authentication for accessing resource.
-