public static interface ProvisionedRequest.Builder extends SdkPojo, CopyableBuilder<ProvisionedRequest.Builder,ProvisionedRequest>
| Modifier and Type | Method and Description |
|---|---|
ProvisionedRequest.Builder |
brokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
default ProvisionedRequest.Builder |
brokerNodeGroupInfo(Consumer<BrokerNodeGroupInfo.Builder> brokerNodeGroupInfo)
Information about the brokers.
|
ProvisionedRequest.Builder |
clientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
|
default ProvisionedRequest.Builder |
clientAuthentication(Consumer<ClientAuthentication.Builder> clientAuthentication)
Includes all client authentication information.
|
ProvisionedRequest.Builder |
configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
default ProvisionedRequest.Builder |
configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo)
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
default ProvisionedRequest.Builder |
encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
ProvisionedRequest.Builder |
encryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
|
ProvisionedRequest.Builder |
enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
ProvisionedRequest.Builder |
enhancedMonitoring(String enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
ProvisionedRequest.Builder |
kafkaVersion(String kafkaVersion)
The Apache Kafka version that you want for the cluster.
|
default ProvisionedRequest.Builder |
loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
Log delivery information for the cluster.
|
ProvisionedRequest.Builder |
loggingInfo(LoggingInfo loggingInfo)
Log delivery information for the cluster.
|
ProvisionedRequest.Builder |
numberOfBrokerNodes(Integer numberOfBrokerNodes)
The number of broker nodes in the cluster.
|
default ProvisionedRequest.Builder |
openMonitoring(Consumer<OpenMonitoringInfo.Builder> openMonitoring)
The settings for open monitoring.
|
ProvisionedRequest.Builder |
openMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
|
ProvisionedRequest.Builder |
storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
ProvisionedRequest.Builder |
storageMode(String storageMode)
This controls storage mode for supported storage tiers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionedRequest.Builder brokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
brokerNodeGroupInfo - Information about the brokers.
default ProvisionedRequest.Builder brokerNodeGroupInfo(Consumer<BrokerNodeGroupInfo.Builder> brokerNodeGroupInfo)
Information about the brokers.
This is a convenience method that creates an instance of theBrokerNodeGroupInfo.Builder avoiding the
need to create one manually via BrokerNodeGroupInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to brokerNodeGroupInfo(BrokerNodeGroupInfo).
brokerNodeGroupInfo - a consumer that will call methods on BrokerNodeGroupInfo.BuilderbrokerNodeGroupInfo(BrokerNodeGroupInfo)ProvisionedRequest.Builder clientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
clientAuthentication - Includes all client authentication information.
default ProvisionedRequest.Builder clientAuthentication(Consumer<ClientAuthentication.Builder> clientAuthentication)
Includes all client authentication information.
This is a convenience method that creates an instance of theClientAuthentication.Builder avoiding
the need to create one manually via ClientAuthentication.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to clientAuthentication(ClientAuthentication).
clientAuthentication - a consumer that will call methods on ClientAuthentication.BuilderclientAuthentication(ClientAuthentication)ProvisionedRequest.Builder configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
configurationInfo - Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
default ProvisionedRequest.Builder configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo)
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
This is a convenience method that creates an instance of theConfigurationInfo.Builder avoiding the
need to create one manually via ConfigurationInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configurationInfo(ConfigurationInfo).
configurationInfo - a consumer that will call methods on ConfigurationInfo.BuilderconfigurationInfo(ConfigurationInfo)ProvisionedRequest.Builder encryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
encryptionInfo - Includes all encryption-related information.
default ProvisionedRequest.Builder encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
This is a convenience method that creates an instance of theEncryptionInfo.Builder avoiding the need
to create one manually via EncryptionInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionInfo(EncryptionInfo).
encryptionInfo - a consumer that will call methods on EncryptionInfo.BuilderencryptionInfo(EncryptionInfo)ProvisionedRequest.Builder enhancedMonitoring(String enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
enhancedMonitoring - Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
EnhancedMonitoring,
EnhancedMonitoringProvisionedRequest.Builder enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
enhancedMonitoring - Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
EnhancedMonitoring,
EnhancedMonitoringProvisionedRequest.Builder openMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
openMonitoring - The settings for open monitoring.
default ProvisionedRequest.Builder openMonitoring(Consumer<OpenMonitoringInfo.Builder> openMonitoring)
The settings for open monitoring.
This is a convenience method that creates an instance of theOpenMonitoringInfo.Builder avoiding the
need to create one manually via OpenMonitoringInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to openMonitoring(OpenMonitoringInfo).
openMonitoring - a consumer that will call methods on OpenMonitoringInfo.BuilderopenMonitoring(OpenMonitoringInfo)ProvisionedRequest.Builder kafkaVersion(String kafkaVersion)
The Apache Kafka version that you want for the cluster.
kafkaVersion - The Apache Kafka version that you want for the cluster.
ProvisionedRequest.Builder loggingInfo(LoggingInfo loggingInfo)
Log delivery information for the cluster.
loggingInfo - Log delivery information for the cluster.
default ProvisionedRequest.Builder loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
Log delivery information for the cluster.
This is a convenience method that creates an instance of theLoggingInfo.Builder avoiding the need to
create one manually via LoggingInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to loggingInfo(LoggingInfo).
loggingInfo - a consumer that will call methods on LoggingInfo.BuilderloggingInfo(LoggingInfo)ProvisionedRequest.Builder numberOfBrokerNodes(Integer numberOfBrokerNodes)
The number of broker nodes in the cluster.
numberOfBrokerNodes - The number of broker nodes in the cluster.
ProvisionedRequest.Builder storageMode(String storageMode)
This controls storage mode for supported storage tiers.
storageMode - This controls storage mode for supported storage tiers.
StorageMode,
StorageModeProvisionedRequest.Builder storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
storageMode - This controls storage mode for supported storage tiers.
StorageMode,
StorageModeCopyright © 2023. All rights reserved.