Class Provisioned

java.lang.Object
software.amazon.awssdk.services.kafka.model.Provisioned
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<Provisioned.Builder,Provisioned>

@Generated("software.amazon.awssdk:codegen") public final class Provisioned extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Provisioned.Builder,Provisioned>

Provisioned cluster.

See Also:
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • customerActionStatus

      public final CustomerActionStatus customerActionStatus()

      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:
    • 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:
    • toBuilder

      public Provisioned.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<Provisioned.Builder,Provisioned>
      Returns:
      a builder for type T
    • builder

      public static Provisioned.Builder builder()
    • serializableBuilderClass

      public static Class<? extends Provisioned.Builder> serializableBuilderClass()
    • hashCode

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

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

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.