@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllowedStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.
Constructor and Description |
---|
AllowedStatistics() |
Modifier and Type | Method and Description |
---|---|
AllowedStatistics |
clone() |
boolean |
equals(Object obj) |
List<String> |
getStatistics()
One or more column statistics to allow for columns that contain detected entities.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatistics(Collection<String> statistics)
One or more column statistics to allow for columns that contain detected entities.
|
String |
toString()
Returns a string representation of this object.
|
AllowedStatistics |
withStatistics(Collection<String> statistics)
One or more column statistics to allow for columns that contain detected entities.
|
AllowedStatistics |
withStatistics(String... statistics)
One or more column statistics to allow for columns that contain detected entities.
|
public List<String> getStatistics()
One or more column statistics to allow for columns that contain detected entities.
public void setStatistics(Collection<String> statistics)
One or more column statistics to allow for columns that contain detected entities.
statistics
- One or more column statistics to allow for columns that contain detected entities.public AllowedStatistics withStatistics(String... statistics)
One or more column statistics to allow for columns that contain detected entities.
NOTE: This method appends the values to the existing list (if any). Use
setStatistics(java.util.Collection)
or withStatistics(java.util.Collection)
if you want to
override the existing values.
statistics
- One or more column statistics to allow for columns that contain detected entities.public AllowedStatistics withStatistics(Collection<String> statistics)
One or more column statistics to allow for columns that contain detected entities.
statistics
- One or more column statistics to allow for columns that contain detected entities.public String toString()
toString
in class Object
Object.toString()
public AllowedStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.