Class ProviderProperties
- java.lang.Object
-
- software.amazon.awssdk.services.entityresolution.model.ProviderProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProviderProperties.Builder,ProviderProperties>
@Generated("software.amazon.awssdk:codegen") public final class ProviderProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProviderProperties.Builder,ProviderProperties>
An object containing the
providerServiceARN,intermediateSourceConfiguration, andproviderConfiguration.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProviderProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProviderProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntermediateSourceConfigurationintermediateSourceConfiguration()The Amazon S3 location that temporarily stores your data while it processes.DocumentproviderConfiguration()The required configuration fields to use with the provider service.StringproviderServiceArn()The ARN of the provider service.List<SdkField<?>>sdkFields()static Class<? extends ProviderProperties.Builder>serializableBuilderClass()ProviderProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
intermediateSourceConfiguration
public final IntermediateSourceConfiguration intermediateSourceConfiguration()
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
- Returns:
- The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
-
providerConfiguration
public final Document providerConfiguration()
The required configuration fields to use with the provider service.
- Returns:
- The required configuration fields to use with the provider service.
-
providerServiceArn
public final String providerServiceArn()
The ARN of the provider service.
- Returns:
- The ARN of the provider service.
-
toBuilder
public ProviderProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProviderProperties.Builder,ProviderProperties>
-
builder
public static ProviderProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProviderProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-