Interface UpdateDbInstanceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDbInstanceRequest.Builder,
,UpdateDbInstanceRequest> SdkBuilder<UpdateDbInstanceRequest.Builder,
,UpdateDbInstanceRequest> SdkPojo
,SdkRequest.Builder
,TimestreamInfluxDbRequest.Builder
- Enclosing class:
UpdateDbInstanceRequest
-
Method Summary
Modifier and TypeMethodDescriptionallocatedStorage
(Integer allocatedStorage) The amount of storage to allocate for your DB storage type (in gibibytes).dbInstanceType
(String dbInstanceType) The Timestream for InfluxDB DB instance type to run InfluxDB on.dbInstanceType
(DbInstanceType dbInstanceType) The Timestream for InfluxDB DB instance type to run InfluxDB on.dbParameterGroupIdentifier
(String dbParameterGroupIdentifier) The id of the DB parameter group to assign to your DB instance.dbStorageType
(String dbStorageType) The Timestream for InfluxDB DB storage type that InfluxDB stores data on.dbStorageType
(DbStorageType dbStorageType) The Timestream for InfluxDB DB storage type that InfluxDB stores data on.deploymentType
(String deploymentType) Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.deploymentType
(DeploymentType deploymentType) Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.identifier
(String identifier) The id of the DB instance.default UpdateDbInstanceRequest.Builder
logDeliveryConfiguration
(Consumer<LogDeliveryConfiguration.Builder> logDeliveryConfiguration) Configuration for sending InfluxDB engine logs to send to specified S3 bucket.logDeliveryConfiguration
(LogDeliveryConfiguration logDeliveryConfiguration) Configuration for sending InfluxDB engine logs to send to specified S3 bucket.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The port number on which InfluxDB accepts connections.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbRequest.Builder
build
-
Method Details
-
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 theLogDeliveryConfiguration.Builder
avoiding the need to create one manually viaLogDeliveryConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tologDeliveryConfiguration(LogDeliveryConfiguration)
.- Parameters:
logDeliveryConfiguration
- a consumer that will call methods onLogDeliveryConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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
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
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
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDbInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-