public static interface DescribeConnectorResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorResponse.Builder,DescribeConnectorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResponse.Builder |
capacity(CapacityDescription capacity)
Information about the capacity of the connector, whether it is auto scaled or provisioned.
|
default DescribeConnectorResponse.Builder |
capacity(Consumer<CapacityDescription.Builder> capacity)
Information about the capacity of the connector, whether it is auto scaled or provisioned.
|
DescribeConnectorResponse.Builder |
connectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
DescribeConnectorResponse.Builder |
connectorConfiguration(Map<String,String> connectorConfiguration)
A map of keys to values that represent the configuration for the connector.
|
DescribeConnectorResponse.Builder |
connectorDescription(String connectorDescription)
A summary description of the connector.
|
DescribeConnectorResponse.Builder |
connectorName(String connectorName)
The name of the connector.
|
DescribeConnectorResponse.Builder |
connectorState(ConnectorState connectorState)
The state of the connector.
|
DescribeConnectorResponse.Builder |
connectorState(String connectorState)
The state of the connector.
|
DescribeConnectorResponse.Builder |
creationTime(Instant creationTime)
The time the connector was created.
|
DescribeConnectorResponse.Builder |
currentVersion(String currentVersion)
The current version of the connector.
|
default DescribeConnectorResponse.Builder |
kafkaCluster(Consumer<KafkaClusterDescription.Builder> kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
|
DescribeConnectorResponse.Builder |
kafkaCluster(KafkaClusterDescription kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
|
default DescribeConnectorResponse.Builder |
kafkaClusterClientAuthentication(Consumer<KafkaClusterClientAuthenticationDescription.Builder> kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster.
|
DescribeConnectorResponse.Builder |
kafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster.
|
default DescribeConnectorResponse.Builder |
kafkaClusterEncryptionInTransit(Consumer<KafkaClusterEncryptionInTransitDescription.Builder> kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
|
DescribeConnectorResponse.Builder |
kafkaClusterEncryptionInTransit(KafkaClusterEncryptionInTransitDescription kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
|
DescribeConnectorResponse.Builder |
kafkaConnectVersion(String kafkaConnectVersion)
The version of Kafka Connect.
|
default DescribeConnectorResponse.Builder |
logDelivery(Consumer<LogDeliveryDescription.Builder> logDelivery)
Details about delivering logs to Amazon CloudWatch Logs.
|
DescribeConnectorResponse.Builder |
logDelivery(LogDeliveryDescription logDelivery)
Details about delivering logs to Amazon CloudWatch Logs.
|
DescribeConnectorResponse.Builder |
plugins(Collection<PluginDescription> plugins)
Specifies which plugins were used for this connector.
|
DescribeConnectorResponse.Builder |
plugins(Consumer<PluginDescription.Builder>... plugins)
Specifies which plugins were used for this connector.
|
DescribeConnectorResponse.Builder |
plugins(PluginDescription... plugins)
Specifies which plugins were used for this connector.
|
DescribeConnectorResponse.Builder |
serviceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
|
default DescribeConnectorResponse.Builder |
stateDescription(Consumer<StateDescription.Builder> stateDescription)
Details about the state of a connector.
|
DescribeConnectorResponse.Builder |
stateDescription(StateDescription stateDescription)
Details about the state of a connector.
|
default DescribeConnectorResponse.Builder |
workerConfiguration(Consumer<WorkerConfigurationDescription.Builder> workerConfiguration)
Specifies which worker configuration was used for the connector.
|
DescribeConnectorResponse.Builder |
workerConfiguration(WorkerConfigurationDescription workerConfiguration)
Specifies which worker configuration was used for the connector.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorResponse.Builder capacity(CapacityDescription capacity)
Information about the capacity of the connector, whether it is auto scaled or provisioned.
capacity - Information about the capacity of the connector, whether it is auto scaled or provisioned.default DescribeConnectorResponse.Builder capacity(Consumer<CapacityDescription.Builder> capacity)
Information about the capacity of the connector, whether it is auto scaled or provisioned.
This is a convenience method that creates an instance of theCapacityDescription.Builder avoiding the
need to create one manually via CapacityDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to capacity(CapacityDescription).
capacity - a consumer that will call methods on CapacityDescription.Buildercapacity(CapacityDescription)DescribeConnectorResponse.Builder connectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
connectorArn - The Amazon Resource Name (ARN) of the connector.DescribeConnectorResponse.Builder connectorConfiguration(Map<String,String> connectorConfiguration)
A map of keys to values that represent the configuration for the connector.
connectorConfiguration - A map of keys to values that represent the configuration for the connector.DescribeConnectorResponse.Builder connectorDescription(String connectorDescription)
A summary description of the connector.
connectorDescription - A summary description of the connector.DescribeConnectorResponse.Builder connectorName(String connectorName)
The name of the connector.
connectorName - The name of the connector.DescribeConnectorResponse.Builder connectorState(String connectorState)
The state of the connector.
connectorState - The state of the connector.ConnectorState,
ConnectorStateDescribeConnectorResponse.Builder connectorState(ConnectorState connectorState)
The state of the connector.
connectorState - The state of the connector.ConnectorState,
ConnectorStateDescribeConnectorResponse.Builder creationTime(Instant creationTime)
The time the connector was created.
creationTime - The time the connector was created.DescribeConnectorResponse.Builder currentVersion(String currentVersion)
The current version of the connector.
currentVersion - The current version of the connector.DescribeConnectorResponse.Builder kafkaCluster(KafkaClusterDescription kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
kafkaCluster - The Apache Kafka cluster that the connector is connected to.default DescribeConnectorResponse.Builder kafkaCluster(Consumer<KafkaClusterDescription.Builder> kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
This is a convenience method that creates an instance of theKafkaClusterDescription.Builder avoiding
the need to create one manually via KafkaClusterDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to kafkaCluster(KafkaClusterDescription).
kafkaCluster - a consumer that will call methods on KafkaClusterDescription.BuilderkafkaCluster(KafkaClusterDescription)DescribeConnectorResponse.Builder kafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.
kafkaClusterClientAuthentication - The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when
no client authentication is used.default DescribeConnectorResponse.Builder kafkaClusterClientAuthentication(Consumer<KafkaClusterClientAuthenticationDescription.Builder> kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.
This is a convenience method that creates an instance of theKafkaClusterClientAuthenticationDescription.Builder avoiding the need to create one manually via
KafkaClusterClientAuthenticationDescription.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
kafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription).
kafkaClusterClientAuthentication - a consumer that will call methods on KafkaClusterClientAuthenticationDescription.BuilderkafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription)DescribeConnectorResponse.Builder kafkaClusterEncryptionInTransit(KafkaClusterEncryptionInTransitDescription kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
kafkaClusterEncryptionInTransit - Details of encryption in transit to the Apache Kafka cluster.default DescribeConnectorResponse.Builder kafkaClusterEncryptionInTransit(Consumer<KafkaClusterEncryptionInTransitDescription.Builder> kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
This is a convenience method that creates an instance of theKafkaClusterEncryptionInTransitDescription.Builder avoiding the need to create one manually via
KafkaClusterEncryptionInTransitDescription.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
kafkaClusterEncryptionInTransit(KafkaClusterEncryptionInTransitDescription).
kafkaClusterEncryptionInTransit - a consumer that will call methods on KafkaClusterEncryptionInTransitDescription.BuilderkafkaClusterEncryptionInTransit(KafkaClusterEncryptionInTransitDescription)DescribeConnectorResponse.Builder kafkaConnectVersion(String kafkaConnectVersion)
The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.
kafkaConnectVersion - The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and
the plugins.DescribeConnectorResponse.Builder logDelivery(LogDeliveryDescription logDelivery)
Details about delivering logs to Amazon CloudWatch Logs.
logDelivery - Details about delivering logs to Amazon CloudWatch Logs.default DescribeConnectorResponse.Builder logDelivery(Consumer<LogDeliveryDescription.Builder> logDelivery)
Details about delivering logs to Amazon CloudWatch Logs.
This is a convenience method that creates an instance of theLogDeliveryDescription.Builder avoiding
the need to create one manually via LogDeliveryDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to logDelivery(LogDeliveryDescription).
logDelivery - a consumer that will call methods on LogDeliveryDescription.BuilderlogDelivery(LogDeliveryDescription)DescribeConnectorResponse.Builder plugins(Collection<PluginDescription> plugins)
Specifies which plugins were used for this connector.
plugins - Specifies which plugins were used for this connector.DescribeConnectorResponse.Builder plugins(PluginDescription... plugins)
Specifies which plugins were used for this connector.
plugins - Specifies which plugins were used for this connector.DescribeConnectorResponse.Builder plugins(Consumer<PluginDescription.Builder>... plugins)
Specifies which plugins were used for this connector.
This is a convenience method that creates an instance of thePluginDescription.Builder avoiding the need to
create one manually via
PluginDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #plugins(List.
plugins - a consumer that will call methods on
PluginDescription.Builder#plugins(java.util.Collection) DescribeConnectorResponse.Builder serviceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
serviceExecutionRoleArn - The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services
resources.DescribeConnectorResponse.Builder stateDescription(StateDescription stateDescription)
Details about the state of a connector.
stateDescription - Details about the state of a connector.default DescribeConnectorResponse.Builder stateDescription(Consumer<StateDescription.Builder> stateDescription)
Details about the state of a connector.
This is a convenience method that creates an instance of theStateDescription.Builder avoiding the
need to create one manually via StateDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stateDescription(StateDescription).
stateDescription - a consumer that will call methods on StateDescription.BuilderstateDescription(StateDescription)DescribeConnectorResponse.Builder workerConfiguration(WorkerConfigurationDescription workerConfiguration)
Specifies which worker configuration was used for the connector.
workerConfiguration - Specifies which worker configuration was used for the connector.default DescribeConnectorResponse.Builder workerConfiguration(Consumer<WorkerConfigurationDescription.Builder> workerConfiguration)
Specifies which worker configuration was used for the connector.
This is a convenience method that creates an instance of theWorkerConfigurationDescription.Builder
avoiding the need to create one manually via WorkerConfigurationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to workerConfiguration(WorkerConfigurationDescription).
workerConfiguration - a consumer that will call methods on WorkerConfigurationDescription.BuilderworkerConfiguration(WorkerConfigurationDescription)Copyright © 2023. All rights reserved.