CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.allocatedStorage(Integer allocatedStorage) |
The amount of storage to allocate for your DB storage type in GiB (gibibytes).
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.bucket(String bucket) |
The name of the initial InfluxDB bucket.
|
static CreateDbClusterRequest.Builder |
CreateDbClusterRequest.builder() |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbInstanceType(String dbInstanceType) |
The Timestream for InfluxDB DB instance type to run InfluxDB on.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbInstanceType(DbInstanceType dbInstanceType) |
The Timestream for InfluxDB DB instance type to run InfluxDB on.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbParameterGroupIdentifier(String dbParameterGroupIdentifier) |
The ID of the DB parameter group to assign to your DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbStorageType(String dbStorageType) |
The Timestream for InfluxDB DB storage type to read and write InfluxDB data.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbStorageType(DbStorageType dbStorageType) |
The Timestream for InfluxDB DB storage type to read and write InfluxDB data.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.deploymentType(String deploymentType) |
Specifies the type of cluster to create.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.deploymentType(ClusterDeploymentType deploymentType) |
Specifies the type of cluster to create.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.failoverMode(String failoverMode) |
Specifies the behavior of failure recovery when the primary node of the cluster fails.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.failoverMode(FailoverMode failoverMode) |
Specifies the behavior of failure recovery when the primary node of the cluster fails.
|
default CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.logDeliveryConfiguration(Consumer<LogDeliveryConfiguration.Builder> logDeliveryConfiguration) |
Configuration for sending InfluxDB engine logs to a specified S3 bucket.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration) |
Configuration for sending InfluxDB engine logs to a specified S3 bucket.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.name(String name) |
The name that uniquely identifies the DB cluster when interacting with the Amazon Timestream for InfluxDB API
and CLI commands.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.networkType(String networkType) |
Specifies whether the network type of the Timestream for InfluxDB cluster is IPv4, which can communicate over
IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.networkType(NetworkType networkType) |
Specifies whether the network type of the Timestream for InfluxDB cluster is IPv4, which can communicate over
IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.organization(String organization) |
The name of the initial organization for the initial admin user in InfluxDB.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.password(String password) |
The password of the initial admin user created in InfluxDB.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.port(Integer port) |
The port number on which InfluxDB accepts connections.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Configures the Timestream for InfluxDB cluster with a public IP to facilitate access from outside the VPC.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Map<String,String> tags) |
A list of key-value pairs to associate with the DB instance.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.toBuilder() |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.username(String username) |
The username of the initial admin user created in InfluxDB.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of VPC security group IDs to associate with the Timestream for InfluxDB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of VPC security group IDs to associate with the Timestream for InfluxDB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSubnetIds(String... vpcSubnetIds) |
A list of VPC subnet IDs to associate with the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) |
A list of VPC subnet IDs to associate with the DB cluster.
|