Interface UpdateDbInstanceRequest.Builder

    • Method Detail

      • identifier

        UpdateDbInstanceRequest.Builder identifier​(String identifier)

        The id of the DB instance.

        Parameters:
        identifier - The id of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logDeliveryConfiguration

        UpdateDbInstanceRequest.Builder logDeliveryConfiguration​(LogDeliveryConfiguration logDeliveryConfiguration)

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

        Parameters:
        logDeliveryConfiguration - Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbParameterGroupIdentifier

        UpdateDbInstanceRequest.Builder dbParameterGroupIdentifier​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • port

        UpdateDbInstanceRequest.Builder port​(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

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • dbInstanceType

        UpdateDbInstanceRequest.Builder dbInstanceType​(String dbInstanceType)

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

        Parameters:
        dbInstanceType - The Timestream for InfluxDB DB instance type to run InfluxDB on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DbInstanceType, DbInstanceType
      • dbInstanceType

        UpdateDbInstanceRequest.Builder dbInstanceType​(DbInstanceType dbInstanceType)

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

        Parameters:
        dbInstanceType - The Timestream for InfluxDB DB instance type to run InfluxDB on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DbInstanceType, DbInstanceType
      • deploymentType

        UpdateDbInstanceRequest.Builder deploymentType​(String deploymentType)

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

        Parameters:
        deploymentType - Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType
      • deploymentType

        UpdateDbInstanceRequest.Builder deploymentType​(DeploymentType deploymentType)

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

        Parameters:
        deploymentType - Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType
      • dbStorageType

        UpdateDbInstanceRequest.Builder dbStorageType​(String dbStorageType)

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

        Parameters:
        dbStorageType - The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DbStorageType, DbStorageType
      • dbStorageType

        UpdateDbInstanceRequest.Builder dbStorageType​(DbStorageType dbStorageType)

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

        Parameters:
        dbStorageType - The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DbStorageType, DbStorageType
      • allocatedStorage

        UpdateDbInstanceRequest.Builder allocatedStorage​(Integer allocatedStorage)

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

        Parameters:
        allocatedStorage - The amount of storage to allocate for your DB storage type (in gibibytes).
        Returns:
        Returns a reference to this object so that method calls can be chained together.