Class MSK2EndpointBuilderFactory.MSK2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.MSK2EndpointBuilderFactory.MSK2HeaderNameBuilder
- Enclosing interface:
MSK2EndpointBuilderFactory
The builder of headers' name for the AWS Managed Streaming for Apache Kafka (MSK) component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Broker nodes group info to provide during the create operation.The number of nodes for the cluster during create operation.The cluster arn for delete operation.The cluster name filter for list operation.The Kafka for the cluster during create operation.The cluster name for list and create operation.The state of the cluster.Whether the response has more results (is truncated).The maximum number of results to return.The token for the next set of results.The operation we want to perform.
-
Constructor Details
-
MSK2HeaderNameBuilder
public MSK2HeaderNameBuilder()
-
-
Method Details
-
awsMSKOperation
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsMSKOperation.
-
awsMSKClusterFilter
The cluster name filter for list operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsMSKClusterFilter.
-
awsMSKClusterName
The cluster name for list and create operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsMSKClusterName.
-
awsMSKClusterArn
The cluster arn for delete operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsMSKClusterArn.
-
awsMSKClusterKafkaVersion
The Kafka for the cluster during create operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsMSKClusterKafkaVersion.
-
awsMSKBrokerNodesNumber
The number of nodes for the cluster during create operation. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsMSKBrokerNodesNumber.
-
awsMSKBrokerNodesGroupInfo
The Broker nodes group info to provide during the create operation. The option is a:software.amazon.awssdk.services.kafka.model.BrokerNodeGroupInfotype. Group: producer- Returns:
- the name of the header
AwsMSKBrokerNodesGroupInfo.
-
awsMSKNextToken
The token for the next set of results. The option is a:Stringtype. Group: listClusters- Returns:
- the name of the header
AwsMSKNextToken.
-
awsMSKMaxResults
The maximum number of results to return. The option is a:Integertype. Group: listClusters- Returns:
- the name of the header
AwsMSKMaxResults.
-
awsMSKIsTruncated
Whether the response has more results (is truncated). The option is a:Booleantype. Group: listClusters- Returns:
- the name of the header
AwsMSKIsTruncated.
-
awsMSKClusterState
The state of the cluster. The option is a:Stringtype. Group: createCluster describeCluster- Returns:
- the name of the header
AwsMSKClusterState.
-