@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManagePropertygraphStatisticsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ManagePropertygraphStatisticsRequest() |
Modifier and Type | Method and Description |
---|---|
ManagePropertygraphStatisticsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMode()
The statistics generation mode.
|
int |
hashCode() |
void |
setMode(String mode)
The statistics generation mode.
|
String |
toString()
Returns a string representation of this object.
|
ManagePropertygraphStatisticsRequest |
withMode(StatisticsAutoGenerationMode mode)
The statistics generation mode.
|
ManagePropertygraphStatisticsRequest |
withMode(String mode)
The statistics generation mode.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ManagePropertygraphStatisticsRequest()
public void setMode(String mode)
The statistics generation mode. One of: DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
, or
REFRESH
, the last of which manually triggers DFE statistics generation.
mode
- The statistics generation mode. One of: DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
,
or REFRESH
, the last of which manually triggers DFE statistics generation.StatisticsAutoGenerationMode
public String getMode()
The statistics generation mode. One of: DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
, or
REFRESH
, the last of which manually triggers DFE statistics generation.
DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
, or REFRESH
, the last of which manually triggers DFE statistics generation.StatisticsAutoGenerationMode
public ManagePropertygraphStatisticsRequest withMode(String mode)
The statistics generation mode. One of: DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
, or
REFRESH
, the last of which manually triggers DFE statistics generation.
mode
- The statistics generation mode. One of: DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
,
or REFRESH
, the last of which manually triggers DFE statistics generation.StatisticsAutoGenerationMode
public ManagePropertygraphStatisticsRequest withMode(StatisticsAutoGenerationMode mode)
The statistics generation mode. One of: DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
, or
REFRESH
, the last of which manually triggers DFE statistics generation.
mode
- The statistics generation mode. One of: DISABLE_AUTOCOMPUTE
, ENABLE_AUTOCOMPUTE
,
or REFRESH
, the last of which manually triggers DFE statistics generation.StatisticsAutoGenerationMode
public String toString()
toString
in class Object
Object.toString()
public ManagePropertygraphStatisticsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()