public static interface GetProviderServiceResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProviderServiceResponse.Builder |
anonymizedOutput(Boolean anonymizedOutput)
Specifies whether output data from the provider is anonymized.
|
GetProviderServiceResponse.Builder |
providerConfigurationDefinition(Document providerConfigurationDefinition)
The definition of the provider configuration.
|
default GetProviderServiceResponse.Builder |
providerEndpointConfiguration(Consumer<ProviderEndpointConfiguration.Builder> providerEndpointConfiguration)
The required configuration fields to use with the provider service.
|
GetProviderServiceResponse.Builder |
providerEndpointConfiguration(ProviderEndpointConfiguration providerEndpointConfiguration)
The required configuration fields to use with the provider service.
|
GetProviderServiceResponse.Builder |
providerEntityOutputDefinition(Document providerEntityOutputDefinition)
The definition of the provider entity output.
|
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.
|
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.
|
GetProviderServiceResponse.Builder |
providerName(String providerName)
The name of the provider.
|
GetProviderServiceResponse.Builder |
providerServiceArn(String providerServiceArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
|
GetProviderServiceResponse.Builder |
providerServiceDisplayName(String providerServiceDisplayName)
The display name of the provider service.
|
GetProviderServiceResponse.Builder |
providerServiceName(String providerServiceName)
The name of the product that the provider service provides.
|
GetProviderServiceResponse.Builder |
providerServiceType(ServiceType providerServiceType)
The type of provider service.
|
GetProviderServiceResponse.Builder |
providerServiceType(String providerServiceType)
The type of provider service.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProviderServiceResponse.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.
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.GetProviderServiceResponse.Builder providerConfigurationDefinition(Document providerConfigurationDefinition)
The definition of the provider configuration.
providerConfigurationDefinition - The definition of the provider configuration.GetProviderServiceResponse.Builder providerEndpointConfiguration(ProviderEndpointConfiguration providerEndpointConfiguration)
The required configuration fields to use with the provider service.
providerEndpointConfiguration - The required configuration fields to use with the provider service.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 theProviderEndpointConfiguration.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).
providerEndpointConfiguration - a consumer that will call methods on ProviderEndpointConfiguration.BuilderproviderEndpointConfiguration(ProviderEndpointConfiguration)GetProviderServiceResponse.Builder providerEntityOutputDefinition(Document providerEntityOutputDefinition)
The definition of the provider entity output.
providerEntityOutputDefinition - The definition of the provider entity output.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.
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.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 theProviderIntermediateDataAccessConfiguration.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).
providerIntermediateDataAccessConfiguration - a consumer that will call methods on ProviderIntermediateDataAccessConfiguration.BuilderproviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfiguration)GetProviderServiceResponse.Builder providerName(String providerName)
The name of the provider. This name is typically the company name.
providerName - The name of the provider. This name is typically the company name.GetProviderServiceResponse.Builder providerServiceArn(String providerServiceArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
providerServiceArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.GetProviderServiceResponse.Builder providerServiceDisplayName(String providerServiceDisplayName)
The display name of the provider service.
providerServiceDisplayName - The display name of the provider service.GetProviderServiceResponse.Builder providerServiceName(String providerServiceName)
The name of the product that the provider service provides.
providerServiceName - The name of the product that the provider service provides.GetProviderServiceResponse.Builder providerServiceType(String providerServiceType)
The type of provider service.
providerServiceType - The type of provider service.ServiceType,
ServiceTypeGetProviderServiceResponse.Builder providerServiceType(ServiceType providerServiceType)
The type of provider service.
providerServiceType - The type of provider service.ServiceType,
ServiceTypeCopyright © 2023. All rights reserved.