JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kafka.model

Class ClusterInfo

    • Constructor Detail

      • ClusterInfo

        public ClusterInfo()
    • Method Detail

      • setActiveOperationArn

        public void setActiveOperationArn(String activeOperationArn)

        Arn of active cluster operation.

        Parameters:
        activeOperationArn -

        Arn of active cluster operation.

      • getActiveOperationArn

        public String getActiveOperationArn()

        Arn of active cluster operation.

        Returns:

        Arn of active cluster operation.

      • withActiveOperationArn

        public ClusterInfo withActiveOperationArn(String activeOperationArn)

        Arn of active cluster operation.

        Parameters:
        activeOperationArn -

        Arn of active cluster operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBrokerNodeGroupInfo

        public void setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)

        Information about the broker nodes.

        Parameters:
        brokerNodeGroupInfo -

        Information about the broker nodes.

      • getBrokerNodeGroupInfo

        public BrokerNodeGroupInfo getBrokerNodeGroupInfo()

        Information about the broker nodes.

        Returns:

        Information about the broker nodes.

      • withBrokerNodeGroupInfo

        public ClusterInfo withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)

        Information about the broker nodes.

        Parameters:
        brokerNodeGroupInfo -

        Information about the broker nodes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientAuthentication

        public void setClientAuthentication(ClientAuthentication clientAuthentication)

        Includes all client authentication information.

        Parameters:
        clientAuthentication -

        Includes all client authentication information.

      • getClientAuthentication

        public ClientAuthentication getClientAuthentication()

        Includes all client authentication information.

        Returns:

        Includes all client authentication information.

      • withClientAuthentication

        public ClusterInfo withClientAuthentication(ClientAuthentication clientAuthentication)

        Includes all client authentication information.

        Parameters:
        clientAuthentication -

        Includes all client authentication information.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterArn

        public void setClusterArn(String clusterArn)

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

        Parameters:
        clusterArn -

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      • getClusterArn

        public String getClusterArn()

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

        Returns:

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      • withClusterArn

        public ClusterInfo withClusterArn(String clusterArn)

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

        Parameters:
        clusterArn -

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterName

        public void setClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName -

        The name of the cluster.

      • getClusterName

        public String getClusterName()

        The name of the cluster.

        Returns:

        The name of the cluster.

      • withClusterName

        public ClusterInfo withClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName -

        The name of the cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time when the cluster was created.

        Parameters:
        creationTime -

        The time when the cluster was created.

      • getCreationTime

        public Date getCreationTime()

        The time when the cluster was created.

        Returns:

        The time when the cluster was created.

      • withCreationTime

        public ClusterInfo withCreationTime(Date creationTime)

        The time when the cluster was created.

        Parameters:
        creationTime -

        The time when the cluster was created.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCurrentBrokerSoftwareInfo

        public void setCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)

        Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

        Parameters:
        currentBrokerSoftwareInfo -

        Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

      • getCurrentBrokerSoftwareInfo

        public BrokerSoftwareInfo getCurrentBrokerSoftwareInfo()

        Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

        Returns:

        Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

      • withCurrentBrokerSoftwareInfo

        public ClusterInfo withCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)

        Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

        Parameters:
        currentBrokerSoftwareInfo -

        Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCurrentVersion

        public void setCurrentVersion(String currentVersion)

        The current version of the MSK cluster.

        Parameters:
        currentVersion -

        The current version of the MSK cluster.

      • getCurrentVersion

        public String getCurrentVersion()

        The current version of the MSK cluster.

        Returns:

        The current version of the MSK cluster.

      • withCurrentVersion

        public ClusterInfo withCurrentVersion(String currentVersion)

        The current version of the MSK cluster.

        Parameters:
        currentVersion -

        The current version of the MSK cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEncryptionInfo

        public void setEncryptionInfo(EncryptionInfo encryptionInfo)

        Includes all encryption-related information.

        Parameters:
        encryptionInfo -

        Includes all encryption-related information.

      • getEncryptionInfo

        public EncryptionInfo getEncryptionInfo()

        Includes all encryption-related information.

        Returns:

        Includes all encryption-related information.

      • withEncryptionInfo

        public ClusterInfo withEncryptionInfo(EncryptionInfo encryptionInfo)

        Includes all encryption-related information.

        Parameters:
        encryptionInfo -

        Includes all encryption-related information.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnhancedMonitoring

        public void setEnhancedMonitoring(String enhancedMonitoring)

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        Parameters:
        enhancedMonitoring -

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        See Also:
        EnhancedMonitoring
      • getEnhancedMonitoring

        public String getEnhancedMonitoring()

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        Returns:

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        See Also:
        EnhancedMonitoring
      • withEnhancedMonitoring

        public ClusterInfo withEnhancedMonitoring(String enhancedMonitoring)

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        Parameters:
        enhancedMonitoring -

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnhancedMonitoring
      • withEnhancedMonitoring

        public ClusterInfo withEnhancedMonitoring(EnhancedMonitoring enhancedMonitoring)

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        Parameters:
        enhancedMonitoring -

        Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnhancedMonitoring
      • setOpenMonitoring

        public void setOpenMonitoring(OpenMonitoring openMonitoring)

        Settings for open monitoring using Prometheus.

        Parameters:
        openMonitoring -

        Settings for open monitoring using Prometheus.

      • getOpenMonitoring

        public OpenMonitoring getOpenMonitoring()

        Settings for open monitoring using Prometheus.

        Returns:

        Settings for open monitoring using Prometheus.

      • withOpenMonitoring

        public ClusterInfo withOpenMonitoring(OpenMonitoring openMonitoring)

        Settings for open monitoring using Prometheus.

        Parameters:
        openMonitoring -

        Settings for open monitoring using Prometheus.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLoggingInfo

        public void setLoggingInfo(LoggingInfo loggingInfo)
        Parameters:
        loggingInfo -
      • getLoggingInfo

        public LoggingInfo getLoggingInfo()
        Returns:
      • withLoggingInfo

        public ClusterInfo withLoggingInfo(LoggingInfo loggingInfo)
        Parameters:
        loggingInfo -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNumberOfBrokerNodes

        public void setNumberOfBrokerNodes(Integer numberOfBrokerNodes)

        The number of broker nodes in the cluster.

        Parameters:
        numberOfBrokerNodes -

        The number of broker nodes in the cluster.

      • getNumberOfBrokerNodes

        public Integer getNumberOfBrokerNodes()

        The number of broker nodes in the cluster.

        Returns:

        The number of broker nodes in the cluster.

      • withNumberOfBrokerNodes

        public ClusterInfo withNumberOfBrokerNodes(Integer numberOfBrokerNodes)

        The number of broker nodes in the cluster.

        Parameters:
        numberOfBrokerNodes -

        The number of broker nodes in the cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setState

        public void setState(String state)

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        Parameters:
        state -

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        See Also:
        ClusterState
      • getState

        public String getState()

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        Returns:

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        See Also:
        ClusterState
      • withState

        public ClusterInfo withState(String state)

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        Parameters:
        state -

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterState
      • withState

        public ClusterInfo withState(ClusterState state)

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        Parameters:
        state -

        The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterState
      • setStateInfo

        public void setStateInfo(StateInfo stateInfo)
        Parameters:
        stateInfo -
      • getStateInfo

        public StateInfo getStateInfo()
        Returns:
      • withStateInfo

        public ClusterInfo withStateInfo(StateInfo stateInfo)
        Parameters:
        stateInfo -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        Tags attached to the cluster.

        Returns:

        Tags attached to the cluster.

      • setTags

        public void setTags(Map<String,String> tags)

        Tags attached to the cluster.

        Parameters:
        tags -

        Tags attached to the cluster.

      • withTags

        public ClusterInfo withTags(Map<String,String> tags)

        Tags attached to the cluster.

        Parameters:
        tags -

        Tags attached to the cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public ClusterInfo clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setZookeeperConnectString

        public void setZookeeperConnectString(String zookeeperConnectString)

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

        Parameters:
        zookeeperConnectString -

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

      • getZookeeperConnectString

        public String getZookeeperConnectString()

        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.

      • withZookeeperConnectString

        public ClusterInfo withZookeeperConnectString(String zookeeperConnectString)

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

        Parameters:
        zookeeperConnectString -

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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setZookeeperConnectStringTls

        public void setZookeeperConnectStringTls(String zookeeperConnectStringTls)

        The connection string to use to connect to zookeeper cluster on Tls port.

        Parameters:
        zookeeperConnectStringTls -

        The connection string to use to connect to zookeeper cluster on Tls port.

      • getZookeeperConnectStringTls

        public String getZookeeperConnectStringTls()

        The connection string to use to connect to zookeeper cluster on Tls port.

        Returns:

        The connection string to use to connect to zookeeper cluster on Tls port.

      • withZookeeperConnectStringTls

        public ClusterInfo withZookeeperConnectStringTls(String zookeeperConnectStringTls)

        The connection string to use to connect to zookeeper cluster on Tls port.

        Parameters:
        zookeeperConnectStringTls -

        The connection string to use to connect to zookeeper cluster on Tls port.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStorageMode

        public void setStorageMode(String storageMode)

        This controls storage mode for supported storage tiers.

        Parameters:
        storageMode -

        This controls storage mode for supported storage tiers.

        See Also:
        StorageMode
      • getStorageMode

        public String getStorageMode()

        This controls storage mode for supported storage tiers.

        Returns:

        This controls storage mode for supported storage tiers.

        See Also:
        StorageMode
      • withStorageMode

        public ClusterInfo withStorageMode(String storageMode)

        This controls storage mode for supported storage tiers.

        Parameters:
        storageMode -

        This controls storage mode for supported storage tiers.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageMode
      • withStorageMode

        public ClusterInfo withStorageMode(StorageMode storageMode)

        This controls storage mode for supported storage tiers.

        Parameters:
        storageMode -

        This controls storage mode for supported storage tiers.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageMode
      • setCustomerActionStatus

        public void setCustomerActionStatus(String customerActionStatus)

        Determines if there is an action required from the customer.

        Parameters:
        customerActionStatus -

        Determines if there is an action required from the customer.

        See Also:
        CustomerActionStatus
      • getCustomerActionStatus

        public String getCustomerActionStatus()

        Determines if there is an action required from the customer.

        Returns:

        Determines if there is an action required from the customer.

        See Also:
        CustomerActionStatus
      • withCustomerActionStatus

        public ClusterInfo withCustomerActionStatus(String customerActionStatus)

        Determines if there is an action required from the customer.

        Parameters:
        customerActionStatus -

        Determines if there is an action required from the customer.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomerActionStatus
      • withCustomerActionStatus

        public ClusterInfo withCustomerActionStatus(CustomerActionStatus customerActionStatus)

        Determines if there is an action required from the customer.

        Parameters:
        customerActionStatus -

        Determines if there is an action required from the customer.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomerActionStatus
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /