Class GetProviderServiceResponse

    • Method Detail

      • anonymizedOutput

        public final Boolean anonymizedOutput()

        Specifies whether output data from the provider is anonymized. A value of TRUE means the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value of FALSE means the output won't be anonymized and you can relate the data that comes back from the provider to your source data.

        Returns:
        Specifies whether output data from the provider is anonymized. A value of TRUE means the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value of FALSE means the output won't be anonymized and you can relate the data that comes back from the provider to your source data.
      • providerConfigurationDefinition

        public final Document providerConfigurationDefinition()

        The definition of the provider configuration.

        Returns:
        The definition of the provider configuration.
      • providerEndpointConfiguration

        public final ProviderEndpointConfiguration providerEndpointConfiguration()

        The required configuration fields to use with the provider service.

        Returns:
        The required configuration fields to use with the provider service.
      • providerEntityOutputDefinition

        public final Document providerEntityOutputDefinition()

        The definition of the provider entity output.

        Returns:
        The definition of the provider entity output.
      • providerIntermediateDataAccessConfiguration

        public final ProviderIntermediateDataAccessConfiguration providerIntermediateDataAccessConfiguration()

        The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage.

        Returns:
        The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage.
      • providerName

        public final String providerName()

        The name of the provider. This name is typically the company name.

        Returns:
        The name of the provider. This name is typically the company name.
      • providerServiceArn

        public final String providerServiceArn()

        The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.

        Returns:
        The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
      • providerServiceDisplayName

        public final String providerServiceDisplayName()

        The display name of the provider service.

        Returns:
        The display name of the provider service.
      • providerServiceName

        public final String providerServiceName()

        The name of the product that the provider service provides.

        Returns:
        The name of the product that the provider service provides.
      • 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