Class UpdateDataSourceRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The Amazon Web Services account ID.

        Returns:
        The Amazon Web Services account ID.
      • dataSourceId

        public final String dataSourceId()

        The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Returns:
        The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
      • name

        public final String name()

        A display name for the data source.

        Returns:
        A display name for the data source.
      • dataSourceParameters

        public final DataSourceParameters dataSourceParameters()

        The parameters that Amazon QuickSight uses to connect to your underlying source.

        Returns:
        The parameters that Amazon QuickSight uses to connect to your underlying source.
      • credentials

        public final DataSourceCredentials credentials()

        The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.

        Returns:
        The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
      • vpcConnectionProperties

        public final VpcConnectionProperties vpcConnectionProperties()

        Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

        Returns:
        Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
      • sslProperties

        public final SslProperties sslProperties()

        Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

        Returns:
        Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
      • toString

        public final 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