public static final class CfnJob.JobSampleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJob.JobSampleProperty
CfnJob.JobSampleProperty
CfnJob.JobSampleProperty.Builder, CfnJob.JobSampleProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMode()
A value that determines whether the profile job is run on the entire dataset or a specified number of rows.
|
java.lang.Number |
getSize()
The `Size` parameter is only required when the mode is CUSTOM_ROWS.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getMode()
CfnJob.JobSampleProperty
This value must be one of the following:
Size
parameter.getMode
in interface CfnJob.JobSampleProperty
public final java.lang.Number getSize()
CfnJob.JobSampleProperty
The profile job is run on the specified number of rows. The maximum value for size is Long.MAX_VALUE.
Long.MAX_VALUE = 9223372036854775807
getSize
in interface CfnJob.JobSampleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()