Interface GetProviderServiceResponse.Builder

    • Method Detail

      • anonymizedOutput

        GetProviderServiceResponse.Builder anonymizedOutput​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • providerConfigurationDefinition

        GetProviderServiceResponse.Builder providerConfigurationDefinition​(Document providerConfigurationDefinition)

        The definition of the provider configuration.

        Parameters:
        providerConfigurationDefinition - The definition of the provider configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerEndpointConfiguration

        GetProviderServiceResponse.Builder providerEndpointConfiguration​(ProviderEndpointConfiguration providerEndpointConfiguration)

        The required configuration fields to use with the provider service.

        Parameters:
        providerEndpointConfiguration - The required configuration fields to use with the provider service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerEntityOutputDefinition

        GetProviderServiceResponse.Builder providerEntityOutputDefinition​(Document providerEntityOutputDefinition)

        The definition of the provider entity output.

        Parameters:
        providerEntityOutputDefinition - The definition of the provider entity output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerIntermediateDataAccessConfiguration

        GetProviderServiceResponse.Builder providerIntermediateDataAccessConfiguration​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • providerName

        GetProviderServiceResponse.Builder providerName​(String providerName)

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

        Parameters:
        providerName - The name of the provider. This name is typically the company name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerServiceArn

        GetProviderServiceResponse.Builder providerServiceArn​(String providerServiceArn)

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

        Parameters:
        providerServiceArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerServiceDisplayName

        GetProviderServiceResponse.Builder providerServiceDisplayName​(String providerServiceDisplayName)

        The display name of the provider service.

        Parameters:
        providerServiceDisplayName - The display name of the provider service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerServiceName

        GetProviderServiceResponse.Builder providerServiceName​(String providerServiceName)

        The name of the product that the provider service provides.

        Parameters:
        providerServiceName - The name of the product that the provider service provides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerServiceType

        GetProviderServiceResponse.Builder providerServiceType​(String providerServiceType)

        The type of provider service.

        Parameters:
        providerServiceType - The type of provider service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceType, ServiceType