| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateClusterResult> |
AWSKafkaAsync.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates a new MSK cluster.
|
Future<CreateClusterResult> |
AbstractAWSKafkaAsync.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AWSKafkaAsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateClusterRequest |
CreateClusterRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes in the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication related information.
|
CreateClusterRequest |
CreateClusterRequest.withClusterName(String clusterName)
The name of the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
CreateClusterRequest |
CreateClusterRequest.withEncryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
|
CreateClusterRequest |
CreateClusterRequest.withEnhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
CreateClusterRequest |
CreateClusterRequest.withEnhancedMonitoring(String enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
CreateClusterRequest |
CreateClusterRequest.withKafkaVersion(String kafkaVersion)
The version of Apache Kafka.
|
CreateClusterRequest |
CreateClusterRequest.withLoggingInfo(LoggingInfo loggingInfo) |
CreateClusterRequest |
CreateClusterRequest.withNumberOfBrokerNodes(Integer numberOfBrokerNodes)
The number of broker nodes in the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withOpenMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Map<String,String> tags)
Create tags when creating the cluster.
|
Copyright © 2020. All rights reserved.