Class ModifyInstanceAttributesConfig


  • public class ModifyInstanceAttributesConfig
    extends AbstractModel
    • Constructor Detail

      • ModifyInstanceAttributesConfig

        public ModifyInstanceAttributesConfig()
      • ModifyInstanceAttributesConfig

        public ModifyInstanceAttributesConfig​(ModifyInstanceAttributesConfig source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAutoCreateTopicEnable

        public Boolean getAutoCreateTopicEnable()
        Get 自动创建 true 表示开启,false 表示不开启
        Returns:
        AutoCreateTopicEnable 自动创建 true 表示开启,false 表示不开启
      • setAutoCreateTopicEnable

        public void setAutoCreateTopicEnable​(Boolean AutoCreateTopicEnable)
        Set 自动创建 true 表示开启,false 表示不开启
        Parameters:
        AutoCreateTopicEnable - 自动创建 true 表示开启,false 表示不开启
      • getDefaultNumPartitions

        public Long getDefaultNumPartitions()
        Get 可选,如果auto.create.topic.enable设置为true没有设置该值时,默认设置为3
        Returns:
        DefaultNumPartitions 可选,如果auto.create.topic.enable设置为true没有设置该值时,默认设置为3
      • setDefaultNumPartitions

        public void setDefaultNumPartitions​(Long DefaultNumPartitions)
        Set 可选,如果auto.create.topic.enable设置为true没有设置该值时,默认设置为3
        Parameters:
        DefaultNumPartitions - 可选,如果auto.create.topic.enable设置为true没有设置该值时,默认设置为3
      • getDefaultReplicationFactor

        public Long getDefaultReplicationFactor()
        Get 如果auto.create.topic.enable设置为true没有指定该值时默认设置为2
        Returns:
        DefaultReplicationFactor 如果auto.create.topic.enable设置为true没有指定该值时默认设置为2
      • setDefaultReplicationFactor

        public void setDefaultReplicationFactor​(Long DefaultReplicationFactor)
        Set 如果auto.create.topic.enable设置为true没有指定该值时默认设置为2
        Parameters:
        DefaultReplicationFactor - 如果auto.create.topic.enable设置为true没有指定该值时默认设置为2