Interface DbInstanceForClusterSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DbInstanceForClusterSummary.Builder,
,DbInstanceForClusterSummary> SdkBuilder<DbInstanceForClusterSummary.Builder,
,DbInstanceForClusterSummary> SdkPojo
- Enclosing class:
DbInstanceForClusterSummary
-
Method Summary
Modifier and TypeMethodDescriptionallocatedStorage
(Integer allocatedStorage) The amount of storage allocated for your DB storage type in GiB (gibibytes).The Amazon Resource Name (ARN) of the DB instance.dbInstanceType
(String dbInstanceType) The Timestream for InfluxDB instance type to run InfluxDB on.dbInstanceType
(DbInstanceType dbInstanceType) The Timestream for InfluxDB instance type to run InfluxDB on.dbStorageType
(String dbStorageType) The storage type for your DB instance.dbStorageType
(DbStorageType dbStorageType) The storage type for your DB instance.deploymentType
(String deploymentType) Specifies the deployment type if applicable.deploymentType
(DeploymentType deploymentType) Specifies the deployment type if applicable.The endpoint used to connect to InfluxDB.The service-generated unique identifier of the DB instance.instanceMode
(String instanceMode) Specifies the DB instance's role in the cluster.instanceMode
(InstanceMode instanceMode) Specifies the DB instance's role in the cluster.A service-generated name for the DB instance based on the customer-supplied name for the DB cluster.networkType
(String networkType) Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.networkType
(NetworkType networkType) Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.The port number on which InfluxDB accepts connections.The status of the DB instance.The status of the DB instance.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
-
Method Details
-
id
The service-generated unique identifier of the DB instance.
- Parameters:
id
- The service-generated unique identifier of the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A service-generated name for the DB instance based on the customer-supplied name for the DB cluster.
- Parameters:
name
- A service-generated name for the DB instance based on the customer-supplied name for the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the DB instance.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the DB instance.
- Parameters:
status
- The status of the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the DB instance.
- Parameters:
status
- The status of the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpoint
The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.
- Parameters:
endpoint
- The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port number on which InfluxDB accepts connections.
- Parameters:
port
- The port number on which InfluxDB accepts connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkType
Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
- Parameters:
networkType
- Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkType
Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
- Parameters:
networkType
- Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dbInstanceType
The Timestream for InfluxDB instance type to run InfluxDB on.
- Parameters:
dbInstanceType
- The Timestream for InfluxDB 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 instance type to run InfluxDB on.
- Parameters:
dbInstanceType
- The Timestream for InfluxDB instance type to run InfluxDB on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dbStorageType
The storage type for your DB instance.
- Parameters:
dbStorageType
- The storage type for your DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dbStorageType
The storage type for your DB instance.
- Parameters:
dbStorageType
- The storage type for your DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allocatedStorage
The amount of storage allocated for your DB storage type in GiB (gibibytes).
- Parameters:
allocatedStorage
- The amount of storage allocated for your DB storage type in GiB (gibibytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentType
Specifies the deployment type if applicable.
- Parameters:
deploymentType
- Specifies the deployment type if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentType
Specifies the deployment type if applicable.
- Parameters:
deploymentType
- Specifies the deployment type if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceMode
Specifies the DB instance's role in the cluster.
- Parameters:
instanceMode
- Specifies the DB instance's role in the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceMode
Specifies the DB instance's role in the cluster.
- Parameters:
instanceMode
- Specifies the DB instance's role in the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-