public final class GreengrassClientBuilder extends Object
e.g IotDataClient iotdata = GreengrassClientBuilder.iotDataClient().build(); LambdaClient lambda = GreengrassClientBuilder.lambdaClient().build(); StreamManagerClient streamManager = GreengrassClientBuilder.streamManagerClient().build();
Use of the builder is preferred over using constructors of the client class.
Modifier and Type | Method and Description |
---|---|
static IotDataClientFactory |
iotDataClient()
Get the Iot Data client factory.
|
static LambdaClientFactory |
lambdaClient()
Get the Lambda client factory.
|
static SecretsManagerClientFactory |
secretsManagerClient()
Get the SecretManager client factory.
|
static StreamManagerClientFactory |
streamManagerClient()
Get the StreamManager client factory.
|
public static IotDataClientFactory iotDataClient()
public static LambdaClientFactory lambdaClient()
public static SecretsManagerClientFactory secretsManagerClient()
public static StreamManagerClientFactory streamManagerClient()