Interface UpdateDbInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDbInstanceRequest.Builder,UpdateDbInstanceRequest>,SdkBuilder<UpdateDbInstanceRequest.Builder,UpdateDbInstanceRequest>,SdkPojo,SdkRequest.Builder,TimestreamInfluxDbRequest.Builder
- Enclosing class:
- UpdateDbInstanceRequest
public static interface UpdateDbInstanceRequest.Builder extends TimestreamInfluxDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateDbInstanceRequest.Builder,UpdateDbInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateDbInstanceRequest.BuilderallocatedStorage(Integer allocatedStorage)The amount of storage to allocate for your DB storage type (in gibibytes).UpdateDbInstanceRequest.BuilderdbInstanceType(String dbInstanceType)The Timestream for InfluxDB DB instance type to run InfluxDB on.UpdateDbInstanceRequest.BuilderdbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB DB instance type to run InfluxDB on.UpdateDbInstanceRequest.BuilderdbParameterGroupIdentifier(String dbParameterGroupIdentifier)The id of the DB parameter group to assign to your DB instance.UpdateDbInstanceRequest.BuilderdbStorageType(String dbStorageType)The Timestream for InfluxDB DB storage type that InfluxDB stores data on.UpdateDbInstanceRequest.BuilderdbStorageType(DbStorageType dbStorageType)The Timestream for InfluxDB DB storage type that InfluxDB stores data on.UpdateDbInstanceRequest.BuilderdeploymentType(String deploymentType)Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.UpdateDbInstanceRequest.BuilderdeploymentType(DeploymentType deploymentType)Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.UpdateDbInstanceRequest.Builderidentifier(String identifier)The id of the DB instance.default UpdateDbInstanceRequest.BuilderlogDeliveryConfiguration(Consumer<LogDeliveryConfiguration.Builder> logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.UpdateDbInstanceRequest.BuilderlogDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)Configuration for sending InfluxDB engine logs to send to specified S3 bucket.UpdateDbInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDbInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDbInstanceRequest.Builderport(Integer port)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 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.
-
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.Builderavoiding the need to create one manually viaLogDeliveryConfiguration.builder().When the
Consumercompletes,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:
logDeliveryConfiguration(LogDeliveryConfiguration)
-
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.
-
overrideConfiguration
UpdateDbInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDbInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-