Class Provisioned

    • Method Detail

      • brokerNodeGroupInfo

        public final BrokerNodeGroupInfo brokerNodeGroupInfo()

        Information about the brokers.

        Returns:

        Information about the brokers.

      • currentBrokerSoftwareInfo

        public final BrokerSoftwareInfo currentBrokerSoftwareInfo()

        Information about the Apache Kafka version deployed on the brokers.

        Returns:

        Information about the Apache Kafka version deployed on the brokers.

      • clientAuthentication

        public final ClientAuthentication clientAuthentication()

        Includes all client authentication information.

        Returns:

        Includes all client authentication information.

      • encryptionInfo

        public final EncryptionInfo encryptionInfo()

        Includes all encryption-related information.

        Returns:

        Includes all encryption-related information.

      • enhancedMonitoring

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, enhancedMonitoring will return EnhancedMonitoring.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from enhancedMonitoringAsString().

        Returns:

        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.

        See Also:
        EnhancedMonitoring
      • enhancedMonitoringAsString

        public final String enhancedMonitoringAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, enhancedMonitoring will return EnhancedMonitoring.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from enhancedMonitoringAsString().

        Returns:

        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.

        See Also:
        EnhancedMonitoring
      • openMonitoring

        public final OpenMonitoringInfo openMonitoring()

        The settings for open monitoring.

        Returns:

        The settings for open monitoring.

      • loggingInfo

        public final LoggingInfo loggingInfo()

        Log delivery information for the cluster.

        Returns:

        Log delivery information for the cluster.

      • numberOfBrokerNodes

        public final Integer numberOfBrokerNodes()

        The number of broker nodes in the cluster.

        Returns:

        The number of broker nodes in the cluster.

      • zookeeperConnectString

        public final String zookeeperConnectString()

        The connection string to use to connect to the Apache ZooKeeper cluster.

        Returns:

        The connection string to use to connect to the Apache ZooKeeper cluster.

      • zookeeperConnectStringTls

        public final String zookeeperConnectStringTls()

        The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.

        Returns:

        The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.

      • storageMode

        public final StorageMode storageMode()

        This controls storage mode for supported storage tiers.

        If the service returns an enum value that is not available in the current SDK version, storageMode will return StorageMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from storageModeAsString().

        Returns:

        This controls storage mode for supported storage tiers.

        See Also:
        StorageMode
      • storageModeAsString

        public final String storageModeAsString()

        This controls storage mode for supported storage tiers.

        If the service returns an enum value that is not available in the current SDK version, storageMode will return StorageMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from storageModeAsString().

        Returns:

        This controls storage mode for supported storage tiers.

        See Also:
        StorageMode
      • customerActionStatusAsString

        public final String customerActionStatusAsString()

        Determines if there is an action required from the customer.

        If the service returns an enum value that is not available in the current SDK version, customerActionStatus will return CustomerActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from customerActionStatusAsString().

        Returns:

        Determines if there is an action required from the customer.

        See Also:
        CustomerActionStatus
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)