Interface DbInstanceSummary.Builder

    • Method Detail

      • id

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

        DbInstanceSummary.Builder name​(String name)

        This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and Amazon Web Services CLI commands.

        Parameters:
        name - This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and Amazon Web Services CLI commands.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

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

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

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

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

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

        DbInstanceSummary.Builder networkType​(String networkType)

        Specifies whether the networkType 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 networkType 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

        DbInstanceSummary.Builder networkType​(NetworkType networkType)

        Specifies whether the networkType 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 networkType 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

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

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

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

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

        DbInstanceSummary.Builder allocatedStorage​(Integer allocatedStorage)

        The amount of storage to allocate for your DbStorageType in GiB (gibibytes).

        Parameters:
        allocatedStorage - The amount of storage to allocate for your DbStorageType in GiB (gibibytes).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentType

        DbInstanceSummary.Builder deploymentType​(String deploymentType)

        Single-Instance or with a MultiAZ Standby for High availability.

        Parameters:
        deploymentType - Single-Instance or with a MultiAZ Standby for High availability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType
      • deploymentType

        DbInstanceSummary.Builder deploymentType​(DeploymentType deploymentType)

        Single-Instance or with a MultiAZ Standby for High availability.

        Parameters:
        deploymentType - Single-Instance or with a MultiAZ Standby for High availability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType