@Generated(value="software.amazon.awssdk:codegen") public final class ProfileConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileConfiguration.Builder,ProfileConfiguration>
Configuration for profile jobs. Configuration can be used to select columns, do evaluations, and override default parameters of evaluations. When configuration is undefined, the profile job will apply default settings to all supported columns.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfileConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProfileConfiguration.Builder |
builder() |
List<ColumnStatisticsConfiguration> |
columnStatisticsConfigurations()
List of configurations for column evaluations.
|
StatisticsConfiguration |
datasetStatisticsConfiguration()
Configuration for inter-column evaluations.
|
EntityDetectorConfiguration |
entityDetectorConfiguration()
Configuration of entity detection for a profile job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasColumnStatisticsConfigurations()
For responses, this returns true if the service returned a value for the ColumnStatisticsConfigurations property.
|
int |
hashCode() |
boolean |
hasProfileColumns()
For responses, this returns true if the service returned a value for the ProfileColumns property.
|
List<ColumnSelector> |
profileColumns()
List of column selectors.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProfileConfiguration.Builder> |
serializableBuilderClass() |
ProfileConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StatisticsConfiguration datasetStatisticsConfiguration()
Configuration for inter-column evaluations. Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.
public final boolean hasProfileColumns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<ColumnSelector> profileColumns()
List of column selectors. ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasProfileColumns() method.
public final boolean hasColumnStatisticsConfigurations()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<ColumnStatisticsConfiguration> columnStatisticsConfigurations()
List of configurations for column evaluations. ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasColumnStatisticsConfigurations() method.
public final EntityDetectorConfiguration entityDetectorConfiguration()
Configuration of entity detection for a profile job. When undefined, entity detection is disabled.
public ProfileConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProfileConfiguration.Builder,ProfileConfiguration>public static ProfileConfiguration.Builder builder()
public static Class<? extends ProfileConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.