GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.allocatedStorage(Integer allocatedStorage) |
The amount of storage allocated for your DB storage type (in gibibytes).
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the DB cluster.
|
static GetDbClusterResponse.Builder |
GetDbClusterResponse.builder() |
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.dbInstanceType(String dbInstanceType) |
The Timestream for InfluxDB instance type that InfluxDB runs on.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.dbInstanceType(DbInstanceType dbInstanceType) |
The Timestream for InfluxDB instance type that InfluxDB runs on.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.dbParameterGroupIdentifier(String dbParameterGroupIdentifier) |
The ID of the DB parameter group assigned to your DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.dbStorageType(String dbStorageType) |
The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.dbStorageType(DbStorageType dbStorageType) |
The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.deploymentType(String deploymentType) |
Deployment type of the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.deploymentType(ClusterDeploymentType deploymentType) |
Deployment type of the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.endpoint(String endpoint) |
The endpoint used to connect to the Timestream for InfluxDB cluster for write and read operations.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.failoverMode(String failoverMode) |
The configured failover mode for the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.failoverMode(FailoverMode failoverMode) |
The configured failover mode for the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.id(String id) |
Service-generated unique identifier of the DB cluster to retrieve.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.influxAuthParametersSecretArn(String influxAuthParametersSecretArn) |
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial
InfluxDB authorization parameters.
|
default GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.logDeliveryConfiguration(Consumer<LogDeliveryConfiguration.Builder> logDeliveryConfiguration) |
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.logDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration) |
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.name(String name) |
Customer-supplied name of the Timestream for InfluxDB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.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.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.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.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.port(Integer port) |
The port number on which InfluxDB accepts connections.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Indicates if the DB cluster has a public IP to facilitate access from outside the VPC.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.readerEndpoint(String readerEndpoint) |
The endpoint used to connect to the Timestream for InfluxDB cluster for read-only operations.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.status(String status) |
The status of the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.status(ClusterStatus status) |
The status of the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.toBuilder() |
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of VPC security group IDs associated with the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of VPC security group IDs associated with the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.vpcSubnetIds(String... vpcSubnetIds) |
A list of VPC subnet IDs associated with the DB cluster.
|
GetDbClusterResponse.Builder |
GetDbClusterResponse.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) |
A list of VPC subnet IDs associated with the DB cluster.
|