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.sagemaker.model

Class RedshiftDatasetDefinition

    • Constructor Detail

      • RedshiftDatasetDefinition

        public RedshiftDatasetDefinition()
    • Method Detail

      • setClusterId

        public void setClusterId(String clusterId)
        Parameters:
        clusterId -
      • getClusterId

        public String getClusterId()
        Returns:
      • withClusterId

        public RedshiftDatasetDefinition withClusterId(String clusterId)
        Parameters:
        clusterId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabase

        public void setDatabase(String database)
        Parameters:
        database -
      • getDatabase

        public String getDatabase()
        Returns:
      • withDatabase

        public RedshiftDatasetDefinition withDatabase(String database)
        Parameters:
        database -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDbUser

        public void setDbUser(String dbUser)
        Parameters:
        dbUser -
      • getDbUser

        public String getDbUser()
        Returns:
      • withDbUser

        public RedshiftDatasetDefinition withDbUser(String dbUser)
        Parameters:
        dbUser -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQueryString

        public void setQueryString(String queryString)
        Parameters:
        queryString -
      • getQueryString

        public String getQueryString()
        Returns:
      • withQueryString

        public RedshiftDatasetDefinition withQueryString(String queryString)
        Parameters:
        queryString -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterRoleArn

        public void setClusterRoleArn(String clusterRoleArn)

        The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

        Parameters:
        clusterRoleArn - The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
      • getClusterRoleArn

        public String getClusterRoleArn()

        The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

        Returns:
        The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
      • withClusterRoleArn

        public RedshiftDatasetDefinition withClusterRoleArn(String clusterRoleArn)

        The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

        Parameters:
        clusterRoleArn - The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutputS3Uri

        public void setOutputS3Uri(String outputS3Uri)

        The location in Amazon S3 where the Redshift query results are stored.

        Parameters:
        outputS3Uri - The location in Amazon S3 where the Redshift query results are stored.
      • getOutputS3Uri

        public String getOutputS3Uri()

        The location in Amazon S3 where the Redshift query results are stored.

        Returns:
        The location in Amazon S3 where the Redshift query results are stored.
      • withOutputS3Uri

        public RedshiftDatasetDefinition withOutputS3Uri(String outputS3Uri)

        The location in Amazon S3 where the Redshift query results are stored.

        Parameters:
        outputS3Uri - The location in Amazon S3 where the Redshift query results are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKmsKeyId

        public void setKmsKeyId(String kmsKeyId)

        The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

        Parameters:
        kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
      • getKmsKeyId

        public String getKmsKeyId()

        The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

        Returns:
        The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
      • withKmsKeyId

        public RedshiftDatasetDefinition withKmsKeyId(String kmsKeyId)

        The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

        Parameters:
        kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
        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 によって変換されたページ (->オリジナル) /