public static interface CfnConnector.WorkerConfigurationProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kafkaconnect.*; WorkerConfigurationProperty workerConfigurationProperty = WorkerConfigurationProperty.builder() .revision(123) .workerConfigurationArn("workerConfigurationArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnector.WorkerConfigurationProperty.Builder
A builder for
CfnConnector.WorkerConfigurationProperty |
static class |
CfnConnector.WorkerConfigurationProperty.Jsii$Proxy
An implementation for
CfnConnector.WorkerConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnector.WorkerConfigurationProperty.Builder |
builder() |
java.lang.Number |
getRevision()
The revision of the worker configuration.
|
java.lang.String |
getWorkerConfigurationArn()
The Amazon Resource Name (ARN) of the worker configuration.
|
java.lang.Number getRevision()
java.lang.String getWorkerConfigurationArn()
static CfnConnector.WorkerConfigurationProperty.Builder builder()