public static interface BrokerNodeGroupInfo.Builder extends SdkPojo, CopyableBuilder<BrokerNodeGroupInfo.Builder,BrokerNodeGroupInfo>
| Modifier and Type | Method and Description |
|---|---|
BrokerNodeGroupInfo.Builder |
brokerAZDistribution(BrokerAZDistribution brokerAZDistribution)
The distribution of broker nodes across Availability Zones.
|
BrokerNodeGroupInfo.Builder |
brokerAZDistribution(String brokerAZDistribution)
The distribution of broker nodes across Availability Zones.
|
BrokerNodeGroupInfo.Builder |
clientSubnets(Collection<String> clientSubnets)
The list of subnets to connect to in the client virtual private cloud (VPC).
|
BrokerNodeGroupInfo.Builder |
clientSubnets(String... clientSubnets)
The list of subnets to connect to in the client virtual private cloud (VPC).
|
BrokerNodeGroupInfo.Builder |
connectivityInfo(ConnectivityInfo connectivityInfo)
Information about the broker access configuration.
|
default BrokerNodeGroupInfo.Builder |
connectivityInfo(Consumer<ConnectivityInfo.Builder> connectivityInfo)
Information about the broker access configuration.
|
BrokerNodeGroupInfo.Builder |
instanceType(String instanceType)
The type of Amazon EC2 instances to use for Apache Kafka brokers.
|
BrokerNodeGroupInfo.Builder |
securityGroups(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.Builder |
securityGroups(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.
|
default BrokerNodeGroupInfo.Builder |
storageInfo(Consumer<StorageInfo.Builder> storageInfo)
Contains information about storage volumes attached to MSK broker nodes.
|
BrokerNodeGroupInfo.Builder |
storageInfo(StorageInfo storageInfo)
Contains information about storage volumes attached to MSK broker nodes.
|
BrokerNodeGroupInfo.Builder |
zoneIds(Collection<String> zoneIds)
The list of zoneIds for the cluster in the virtual private cloud (VPC).
|
BrokerNodeGroupInfo.Builder |
zoneIds(String... zoneIds)
The list of zoneIds for the cluster in the virtual private cloud (VPC).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBrokerNodeGroupInfo.Builder brokerAZDistribution(String brokerAZDistribution)
The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.
Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.
brokerAZDistribution - The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.
Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.
BrokerAZDistribution,
BrokerAZDistributionBrokerNodeGroupInfo.Builder brokerAZDistribution(BrokerAZDistribution brokerAZDistribution)
The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.
Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.
brokerAZDistribution - The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.
Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.
BrokerAZDistribution,
BrokerAZDistributionBrokerNodeGroupInfo.Builder clientSubnets(Collection<String> clientSubnets)
The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.
clientSubnets - The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.
BrokerNodeGroupInfo.Builder clientSubnets(String... clientSubnets)
The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.
clientSubnets - The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.
BrokerNodeGroupInfo.Builder instanceType(String instanceType)
The type of Amazon EC2 instances to use for Apache Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
instanceType - The type of Amazon EC2 instances to use for Apache Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
BrokerNodeGroupInfo.Builder securityGroups(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. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.
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. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.
BrokerNodeGroupInfo.Builder securityGroups(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. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.
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. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.
BrokerNodeGroupInfo.Builder storageInfo(StorageInfo storageInfo)
Contains information about storage volumes attached to MSK broker nodes.
storageInfo - Contains information about storage volumes attached to MSK broker nodes.
default BrokerNodeGroupInfo.Builder storageInfo(Consumer<StorageInfo.Builder> storageInfo)
Contains information about storage volumes attached to MSK broker nodes.
This is a convenience method that creates an instance of theStorageInfo.Builder avoiding the need to
create one manually via StorageInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to storageInfo(StorageInfo).
storageInfo - a consumer that will call methods on StorageInfo.BuilderstorageInfo(StorageInfo)BrokerNodeGroupInfo.Builder connectivityInfo(ConnectivityInfo connectivityInfo)
Information about the broker access configuration.
connectivityInfo - Information about the broker access configuration.
default BrokerNodeGroupInfo.Builder connectivityInfo(Consumer<ConnectivityInfo.Builder> connectivityInfo)
Information about the broker access configuration.
This is a convenience method that creates an instance of theConnectivityInfo.Builder avoiding the
need to create one manually via ConnectivityInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to connectivityInfo(ConnectivityInfo).
connectivityInfo - a consumer that will call methods on ConnectivityInfo.BuilderconnectivityInfo(ConnectivityInfo)BrokerNodeGroupInfo.Builder zoneIds(Collection<String> zoneIds)
The list of zoneIds for the cluster in the virtual private cloud (VPC).
zoneIds - The list of zoneIds for the cluster in the virtual private cloud (VPC).
BrokerNodeGroupInfo.Builder zoneIds(String... zoneIds)
The list of zoneIds for the cluster in the virtual private cloud (VPC).
zoneIds - The list of zoneIds for the cluster in the virtual private cloud (VPC).
Copyright © 2023. All rights reserved.