Interface UpdateDbInstanceRequest.Builder

  • Method Details

    • 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.
    • logDeliveryConfiguration

      default UpdateDbInstanceRequest.Builder logDeliveryConfiguration(Consumer<LogDeliveryConfiguration.Builder> logDeliveryConfiguration)

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

      This is a convenience method that creates an instance of the LogDeliveryConfiguration.Builder avoiding the need to create one manually via LogDeliveryConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to logDeliveryConfiguration(LogDeliveryConfiguration).

      Parameters:
      logDeliveryConfiguration - a consumer that will call methods on LogDeliveryConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

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

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

      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:
    • 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.
    • overrideConfiguration

      UpdateDbInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.