Interface DbInstanceForClusterSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DbInstanceForClusterSummary.Builder,DbInstanceForClusterSummary>,SdkBuilder<DbInstanceForClusterSummary.Builder,DbInstanceForClusterSummary>,SdkPojo
- Enclosing class:
- DbInstanceForClusterSummary
public static interface DbInstanceForClusterSummary.Builder extends SdkPojo, CopyableBuilder<DbInstanceForClusterSummary.Builder,DbInstanceForClusterSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbInstanceForClusterSummary.BuilderallocatedStorage(Integer allocatedStorage)The amount of storage allocated for your DB storage type in GiB (gibibytes).DbInstanceForClusterSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the DB instance.DbInstanceForClusterSummary.BuilderdbInstanceType(String dbInstanceType)The Timestream for InfluxDB instance type to run InfluxDB on.DbInstanceForClusterSummary.BuilderdbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB instance type to run InfluxDB on.DbInstanceForClusterSummary.BuilderdbStorageType(String dbStorageType)The storage type for your DB instance.DbInstanceForClusterSummary.BuilderdbStorageType(DbStorageType dbStorageType)The storage type for your DB instance.DbInstanceForClusterSummary.BuilderdeploymentType(String deploymentType)Specifies the deployment type if applicable.DbInstanceForClusterSummary.BuilderdeploymentType(DeploymentType deploymentType)Specifies the deployment type if applicable.DbInstanceForClusterSummary.Builderendpoint(String endpoint)The endpoint used to connect to InfluxDB.DbInstanceForClusterSummary.Builderid(String id)The service-generated unique identifier of the DB instance.DbInstanceForClusterSummary.BuilderinstanceMode(String instanceMode)Specifies the DB instance's role in the cluster.DbInstanceForClusterSummary.BuilderinstanceMode(InstanceMode instanceMode)Specifies the DB instance's role in the cluster.DbInstanceForClusterSummary.Buildername(String name)A service-generated name for the DB instance based on the customer-supplied name for the DB cluster.DbInstanceForClusterSummary.BuildernetworkType(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.DbInstanceForClusterSummary.BuildernetworkType(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.DbInstanceForClusterSummary.Builderport(Integer port)The port number on which InfluxDB accepts connections.DbInstanceForClusterSummary.Builderstatus(String status)The status of the DB instance.DbInstanceForClusterSummary.Builderstatus(Status status)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 Detail
-
id
DbInstanceForClusterSummary.Builder id(String 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
DbInstanceForClusterSummary.Builder name(String 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
DbInstanceForClusterSummary.Builder arn(String 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
DbInstanceForClusterSummary.Builder status(String status)
The status of the DB instance.
-
status
DbInstanceForClusterSummary.Builder status(Status status)
The status of the DB instance.
-
endpoint
DbInstanceForClusterSummary.Builder endpoint(String 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
DbInstanceForClusterSummary.Builder port(Integer 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
DbInstanceForClusterSummary.Builder 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.
- 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,NetworkType
-
networkType
DbInstanceForClusterSummary.Builder 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.
- 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,NetworkType
-
dbInstanceType
DbInstanceForClusterSummary.Builder dbInstanceType(String 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,DbInstanceType
-
dbInstanceType
DbInstanceForClusterSummary.Builder dbInstanceType(DbInstanceType 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,DbInstanceType
-
dbStorageType
DbInstanceForClusterSummary.Builder dbStorageType(String 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,DbStorageType
-
dbStorageType
DbInstanceForClusterSummary.Builder dbStorageType(DbStorageType 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,DbStorageType
-
allocatedStorage
DbInstanceForClusterSummary.Builder allocatedStorage(Integer 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
DbInstanceForClusterSummary.Builder deploymentType(String 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,DeploymentType
-
deploymentType
DbInstanceForClusterSummary.Builder deploymentType(DeploymentType 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,DeploymentType
-
instanceMode
DbInstanceForClusterSummary.Builder instanceMode(String 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,InstanceMode
-
instanceMode
DbInstanceForClusterSummary.Builder instanceMode(InstanceMode 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,InstanceMode
-
-