public class ModifyDBEndpointReadWriteDelayThresholdRequest extends Object
| Constructor and Description |
|---|
ModifyDBEndpointReadWriteDelayThresholdRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyDBEndpointReadWriteDelayThresholdRequest |
endpointId(String endpointId) |
boolean |
equals(Object o) |
@NotNull String |
getEndpointId()
Get endpointId
|
@NotNull String |
getInstanceId()
Get instanceId
|
@NotNull Integer |
getReadOnlyNodeMaxDelayTime()
Get readOnlyNodeMaxDelayTime
|
int |
hashCode() |
ModifyDBEndpointReadWriteDelayThresholdRequest |
instanceId(String instanceId) |
ModifyDBEndpointReadWriteDelayThresholdRequest |
readOnlyNodeMaxDelayTime(Integer readOnlyNodeMaxDelayTime) |
void |
setEndpointId(String endpointId) |
void |
setInstanceId(String instanceId) |
void |
setReadOnlyNodeMaxDelayTime(Integer readOnlyNodeMaxDelayTime) |
String |
toString() |
public ModifyDBEndpointReadWriteDelayThresholdRequest()
public ModifyDBEndpointReadWriteDelayThresholdRequest endpointId(String endpointId)
@NotNull public @NotNull String getEndpointId()
public void setEndpointId(String endpointId)
public ModifyDBEndpointReadWriteDelayThresholdRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public ModifyDBEndpointReadWriteDelayThresholdRequest readOnlyNodeMaxDelayTime(Integer readOnlyNodeMaxDelayTime)
@NotNull public @NotNull Integer getReadOnlyNodeMaxDelayTime()
public void setReadOnlyNodeMaxDelayTime(Integer readOnlyNodeMaxDelayTime)
Copyright © 2025. All rights reserved.