Interface GetProviderServiceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>,EntityResolutionResponse.Builder,SdkBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetProviderServiceResponse
public static interface GetProviderServiceResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetProviderServiceResponse.Builder,GetProviderServiceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetProviderServiceResponse.BuilderanonymizedOutput(Boolean anonymizedOutput)Specifies whether output data from the provider is anonymized.GetProviderServiceResponse.BuilderproviderConfigurationDefinition(Document providerConfigurationDefinition)The definition of the provider configuration.default GetProviderServiceResponse.BuilderproviderEndpointConfiguration(Consumer<ProviderEndpointConfiguration.Builder> providerEndpointConfiguration)The required configuration fields to use with the provider service.GetProviderServiceResponse.BuilderproviderEndpointConfiguration(ProviderEndpointConfiguration providerEndpointConfiguration)The required configuration fields to use with the provider service.GetProviderServiceResponse.BuilderproviderEntityOutputDefinition(Document providerEntityOutputDefinition)The definition of the provider entity output.default GetProviderServiceResponse.BuilderproviderIntermediateDataAccessConfiguration(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.BuilderproviderIntermediateDataAccessConfiguration(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.BuilderproviderName(String providerName)The name of the provider.GetProviderServiceResponse.BuilderproviderServiceArn(String providerServiceArn)The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.GetProviderServiceResponse.BuilderproviderServiceDisplayName(String providerServiceDisplayName)The display name of the provider service.GetProviderServiceResponse.BuilderproviderServiceName(String providerServiceName)The name of the product that the provider service provides.GetProviderServiceResponse.BuilderproviderServiceType(String providerServiceType)The type of provider service.GetProviderServiceResponse.BuilderproviderServiceType(ServiceType providerServiceType)The type of provider service.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
anonymizedOutput
GetProviderServiceResponse.Builder anonymizedOutput(Boolean anonymizedOutput)
Specifies whether output data from the provider is anonymized. A value of
TRUEmeans the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value ofFALSEmeans 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 ofTRUEmeans the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value ofFALSEmeans 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 theProviderEndpointConfiguration.Builderavoiding the need to create one manually viaProviderEndpointConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproviderEndpointConfiguration(ProviderEndpointConfiguration).- Parameters:
providerEndpointConfiguration- a consumer that will call methods onProviderEndpointConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
providerEndpointConfiguration(ProviderEndpointConfiguration)
-
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 theProviderIntermediateDataAccessConfiguration.Builderavoiding the need to create one manually viaProviderIntermediateDataAccessConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfiguration).- Parameters:
providerIntermediateDataAccessConfiguration- a consumer that will call methods onProviderIntermediateDataAccessConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
providerIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfiguration)
-
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
-
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:
ServiceType,ServiceType
-
-