Interface GetProviderServiceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>, EntityResolutionResponse.Builder, SdkBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetProviderServiceResponse

  • Method Details

    • 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.
    • providerEndpointConfiguration

      default GetProviderServiceResponse.Builder providerEndpointConfiguration(Consumer<ProviderEndpointConfiguration.Builder> providerEndpointConfiguration)

      The required configuration fields to use with the provider service.

      This is a convenience method that creates an instance of the ProviderEndpointConfiguration.Builder avoiding the need to create one manually via ProviderEndpointConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to providerEndpointConfiguration(ProviderEndpointConfiguration).

      Parameters:
      providerEndpointConfiguration - a consumer that will call methods on ProviderEndpointConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • providerIntermediateDataAccessConfiguration

      default GetProviderServiceResponse.Builder providerIntermediateDataAccessConfiguration(Consumer<ProviderIntermediateDataAccessConfiguration.Builder> 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.

      This is a convenience method that creates an instance of the ProviderIntermediateDataAccessConfiguration.Builder avoiding the need to create one manually via ProviderIntermediateDataAccessConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to providerIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfiguration).

      Parameters:
      providerIntermediateDataAccessConfiguration - a consumer that will call methods on ProviderIntermediateDataAccessConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • providerServiceType

      GetProviderServiceResponse.Builder providerServiceType(ServiceType 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: