JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lookoutmetrics.model

Class RedshiftSourceConfig

    • Constructor Detail

      • RedshiftSourceConfig

        public RedshiftSourceConfig()
    • Method Detail

      • setClusterIdentifier

        public void setClusterIdentifier(String clusterIdentifier)

        A string identifying the Redshift cluster.

        Parameters:
        clusterIdentifier - A string identifying the Redshift cluster.
      • getClusterIdentifier

        public String getClusterIdentifier()

        A string identifying the Redshift cluster.

        Returns:
        A string identifying the Redshift cluster.
      • withClusterIdentifier

        public RedshiftSourceConfig withClusterIdentifier(String clusterIdentifier)

        A string identifying the Redshift cluster.

        Parameters:
        clusterIdentifier - A string identifying the Redshift cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabaseHost

        public void setDatabaseHost(String databaseHost)

        The name of the database host.

        Parameters:
        databaseHost - The name of the database host.
      • getDatabaseHost

        public String getDatabaseHost()

        The name of the database host.

        Returns:
        The name of the database host.
      • withDatabaseHost

        public RedshiftSourceConfig withDatabaseHost(String databaseHost)

        The name of the database host.

        Parameters:
        databaseHost - The name of the database host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabasePort

        public void setDatabasePort(Integer databasePort)

        The port number where the database can be accessed.

        Parameters:
        databasePort - The port number where the database can be accessed.
      • getDatabasePort

        public Integer getDatabasePort()

        The port number where the database can be accessed.

        Returns:
        The port number where the database can be accessed.
      • withDatabasePort

        public RedshiftSourceConfig withDatabasePort(Integer databasePort)

        The port number where the database can be accessed.

        Parameters:
        databasePort - The port number where the database can be accessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSecretManagerArn

        public void setSecretManagerArn(String secretManagerArn)

        The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

        Parameters:
        secretManagerArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
      • getSecretManagerArn

        public String getSecretManagerArn()

        The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

        Returns:
        The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
      • withSecretManagerArn

        public RedshiftSourceConfig withSecretManagerArn(String secretManagerArn)

        The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

        Parameters:
        secretManagerArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabaseName

        public void setDatabaseName(String databaseName)

        The Redshift database name.

        Parameters:
        databaseName - The Redshift database name.
      • getDatabaseName

        public String getDatabaseName()

        The Redshift database name.

        Returns:
        The Redshift database name.
      • withDatabaseName

        public RedshiftSourceConfig withDatabaseName(String databaseName)

        The Redshift database name.

        Parameters:
        databaseName - The Redshift database name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTableName

        public void setTableName(String tableName)

        The table name of the Redshift database.

        Parameters:
        tableName - The table name of the Redshift database.
      • getTableName

        public String getTableName()

        The table name of the Redshift database.

        Returns:
        The table name of the Redshift database.
      • withTableName

        public RedshiftSourceConfig withTableName(String tableName)

        The table name of the Redshift database.

        Parameters:
        tableName - The table name of the Redshift database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the role providing access to the database.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the role providing access to the database.
      • getRoleArn

        public String getRoleArn()

        The Amazon Resource Name (ARN) of the role providing access to the database.

        Returns:
        The Amazon Resource Name (ARN) of the role providing access to the database.
      • withRoleArn

        public RedshiftSourceConfig withRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the role providing access to the database.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the role providing access to the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcConfiguration

        public void setVpcConfiguration(VpcConfiguration vpcConfiguration)

        Contains information about the Amazon Virtual Private Cloud (VPC) configuration.

        Parameters:
        vpcConfiguration - Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
      • getVpcConfiguration

        public VpcConfiguration getVpcConfiguration()

        Contains information about the Amazon Virtual Private Cloud (VPC) configuration.

        Returns:
        Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
      • withVpcConfiguration

        public RedshiftSourceConfig withVpcConfiguration(VpcConfiguration vpcConfiguration)

        Contains information about the Amazon Virtual Private Cloud (VPC) configuration.

        Parameters:
        vpcConfiguration - Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /