Interface DbInstanceForClusterSummary.Builder

    • 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.

        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, Status
      • status

        DbInstanceForClusterSummary.Builder status​(Status 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, Status
      • 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
      • 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
      • 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