| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.clone() |
BrokerNodeGroupInfo |
ProvisionedRequest.getBrokerNodeGroupInfo()
Information about the brokers.
|
BrokerNodeGroupInfo |
ClusterInfo.getBrokerNodeGroupInfo()
Information about the broker nodes.
|
BrokerNodeGroupInfo |
CreateClusterRequest.getBrokerNodeGroupInfo()
Information about the broker nodes in the cluster.
|
BrokerNodeGroupInfo |
Provisioned.getBrokerNodeGroupInfo()
Information about the brokers.
|
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.withConnectivityInfo(ConnectivityInfo connectivityInfo)
Information about the broker access configuration.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withInstanceType(String instanceType)
The type of Amazon EC2 instances to use for Apache 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.
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withZoneIds(Collection<String> zoneIds)
The list of zoneIds for the cluster in the virtual private cloud (VPC).
|
BrokerNodeGroupInfo |
BrokerNodeGroupInfo.withZoneIds(String... zoneIds)
The list of zoneIds for the cluster in the virtual private cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisionedRequest.setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
void |
ClusterInfo.setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes.
|
void |
CreateClusterRequest.setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes in the cluster.
|
void |
Provisioned.setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
ProvisionedRequest |
ProvisionedRequest.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
ClusterInfo |
ClusterInfo.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes.
|
CreateClusterRequest |
CreateClusterRequest.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes in the cluster.
|
Provisioned |
Provisioned.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
Copyright © 2023. All rights reserved.