| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.clone() |
BrokerNodeGroupInfo |
ClusterInfo.getBrokerNodeGroupInfo()
Information about the broker nodes.
|
BrokerNodeGroupInfo |
CreateClusterRequest.getBrokerNodeGroupInfo()
Information about the broker nodes in the cluster.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withBrokerAZDistribution(BrokerAZDistribution brokerAZDistribution)
The distribution of broker nodes across Availability Zones.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withBrokerAZDistribution(String brokerAZDistribution)
The distribution of broker nodes across Availability Zones.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withClientSubnets(Collection<String> clientSubnets)
The list of subnets to connect to in the client virtual private cloud (VPC).
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withClientSubnets(String... clientSubnets)
The list of subnets to connect to in the client virtual private cloud (VPC).
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withInstanceType(String instanceType)
The type of Amazon EC2 instances to use for Kafka brokers.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withSecurityGroups(Collection<String> securityGroups)
The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to
and communicate with the Amazon MSK cluster.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withSecurityGroups(String... securityGroups)
The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to
and communicate with the Amazon MSK cluster.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withStorageInfo(StorageInfo storageInfo)
Contains information about storage volumes attached to MSK broker nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterInfo.setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes.
|
void |
CreateClusterRequest.setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes in the cluster.
|
ClusterInfo |
ClusterInfo.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes.
|
CreateClusterRequest |
CreateClusterRequest.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes in the cluster.
|
Copyright © 2021. All rights reserved.