Class UpdateDbInstanceRequest

    • Method Detail

      • identifier

        public final String identifier()

        The id of the DB instance.

        Returns:
        The id of the DB instance.
      • logDeliveryConfiguration

        public final LogDeliveryConfiguration logDeliveryConfiguration()

        Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

        Returns:
        Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
      • dbParameterGroupIdentifier

        public final String dbParameterGroupIdentifier()

        The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.

        Returns:
        The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
      • port

        public final Integer port()

        The port number on which InfluxDB accepts connections.

        If you change the Port value, your database restarts immediately.

        Valid Values: 1024-65535

        Default: 8086

        Constraints: The value can't be 2375-2376, 7788-7799, 8090, or 51678-51680

        Returns:
        The port number on which InfluxDB accepts connections.

        If you change the Port value, your database restarts immediately.

        Valid Values: 1024-65535

        Default: 8086

        Constraints: The value can't be 2375-2376, 7788-7799, 8090, or 51678-51680

      • dbInstanceType

        public final DbInstanceType dbInstanceType()

        The Timestream for InfluxDB DB instance type to run InfluxDB on.

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

        Returns:
        The Timestream for InfluxDB DB instance type to run InfluxDB on.
        See Also:
        DbInstanceType
      • dbInstanceTypeAsString

        public final String dbInstanceTypeAsString()

        The Timestream for InfluxDB DB instance type to run InfluxDB on.

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

        Returns:
        The Timestream for InfluxDB DB instance type to run InfluxDB on.
        See Also:
        DbInstanceType
      • deploymentType

        public final DeploymentType deploymentType()

        Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.

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

        Returns:
        Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.
        See Also:
        DeploymentType
      • deploymentTypeAsString

        public final String deploymentTypeAsString()

        Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.

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

        Returns:
        Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.
        See Also:
        DeploymentType
      • dbStorageType

        public final DbStorageType dbStorageType()

        The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

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

        Returns:
        The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
        See Also:
        DbStorageType
      • dbStorageTypeAsString

        public final String dbStorageTypeAsString()

        The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

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

        Returns:
        The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
        See Also:
        DbStorageType
      • allocatedStorage

        public final Integer allocatedStorage()

        The amount of storage to allocate for your DB storage type (in gibibytes).

        Returns:
        The amount of storage to allocate for your DB storage type (in gibibytes).
      • 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