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 ProvisionedRequest

    • Constructor Detail

      • ProvisionedRequest

        public ProvisionedRequest()
    • Method Detail

      • setBrokerNodeGroupInfo

        public void setBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)

        Information about the brokers.

        Parameters:
        brokerNodeGroupInfo -

        Information about the brokers.

      • getBrokerNodeGroupInfo

        public BrokerNodeGroupInfo getBrokerNodeGroupInfo()

        Information about the brokers.

        Returns:

        Information about the brokers.

      • withBrokerNodeGroupInfo

        public ProvisionedRequest withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)

        Information about the brokers.

        Parameters:
        brokerNodeGroupInfo -

        Information about the brokers.

        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 ProvisionedRequest 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.
      • setConfigurationInfo

        public void setConfigurationInfo(ConfigurationInfo configurationInfo)

        Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.

        Parameters:
        configurationInfo -

        Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.

      • getConfigurationInfo

        public ConfigurationInfo getConfigurationInfo()

        Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.

        Returns:

        Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.

      • withConfigurationInfo

        public ProvisionedRequest withConfigurationInfo(ConfigurationInfo configurationInfo)

        Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.

        Parameters:
        configurationInfo -

        Represents the configuration that you want Amazon MSK to use for the brokers in a 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 ProvisionedRequest 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 the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

        Parameters:
        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.

        See Also:
        EnhancedMonitoring
      • getEnhancedMonitoring

        public String getEnhancedMonitoring()

        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.

        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
      • withEnhancedMonitoring

        public ProvisionedRequest withEnhancedMonitoring(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.

        Parameters:
        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.

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

        public ProvisionedRequest withEnhancedMonitoring(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.

        Parameters:
        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.

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

        public void setOpenMonitoring(OpenMonitoringInfo openMonitoring)

        The settings for open monitoring.

        Parameters:
        openMonitoring -

        The settings for open monitoring.

      • getOpenMonitoring

        public OpenMonitoringInfo getOpenMonitoring()

        The settings for open monitoring.

        Returns:

        The settings for open monitoring.

      • withOpenMonitoring

        public ProvisionedRequest withOpenMonitoring(OpenMonitoringInfo openMonitoring)

        The settings for open monitoring.

        Parameters:
        openMonitoring -

        The settings for open monitoring.

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

        public void setKafkaVersion(String kafkaVersion)

        The Apache Kafka version that you want for the cluster.

        Parameters:
        kafkaVersion -

        The Apache Kafka version that you want for the cluster.

      • getKafkaVersion

        public String getKafkaVersion()

        The Apache Kafka version that you want for the cluster.

        Returns:

        The Apache Kafka version that you want for the cluster.

      • withKafkaVersion

        public ProvisionedRequest withKafkaVersion(String kafkaVersion)

        The Apache Kafka version that you want for the cluster.

        Parameters:
        kafkaVersion -

        The Apache Kafka version that you want for the cluster.

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

        public void setLoggingInfo(LoggingInfo loggingInfo)

        Log delivery information for the cluster.

        Parameters:
        loggingInfo -

        Log delivery information for the cluster.

      • getLoggingInfo

        public LoggingInfo getLoggingInfo()

        Log delivery information for the cluster.

        Returns:

        Log delivery information for the cluster.

      • withLoggingInfo

        public ProvisionedRequest withLoggingInfo(LoggingInfo loggingInfo)

        Log delivery information for the cluster.

        Parameters:
        loggingInfo -

        Log delivery information for the cluster.

        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 ProvisionedRequest 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.
      • 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 ProvisionedRequest 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 ProvisionedRequest 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
      • 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 によって変換されたページ (->オリジナル) /