@Generated(value="software.amazon.awssdk:codegen") public final class ModifyClusterMaintenanceRequest extends RedshiftRequest implements ToCopyableBuilder<ModifyClusterMaintenanceRequest.Builder,ModifyClusterMaintenanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyClusterMaintenanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyClusterMaintenanceRequest.Builder |
builder() |
String |
clusterIdentifier()
A unique identifier for the cluster.
|
Boolean |
deferMaintenance()
A boolean indicating whether to enable the deferred maintenance window.
|
Integer |
deferMaintenanceDuration()
An integer indicating the duration of the maintenance window in days.
|
Instant |
deferMaintenanceEndTime()
A timestamp indicating end time for the deferred maintenance window.
|
String |
deferMaintenanceIdentifier()
A unique identifier for the deferred maintenance window.
|
Instant |
deferMaintenanceStartTime()
A timestamp indicating the start time for the deferred maintenance window.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyClusterMaintenanceRequest.Builder> |
serializableBuilderClass() |
ModifyClusterMaintenanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterIdentifier()
A unique identifier for the cluster.
public final Boolean deferMaintenance()
A boolean indicating whether to enable the deferred maintenance window.
public final String deferMaintenanceIdentifier()
A unique identifier for the deferred maintenance window.
public final Instant deferMaintenanceStartTime()
A timestamp indicating the start time for the deferred maintenance window.
public final Instant deferMaintenanceEndTime()
A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
public final Integer deferMaintenanceDuration()
An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.
public ModifyClusterMaintenanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyClusterMaintenanceRequest.Builder,ModifyClusterMaintenanceRequest>toBuilder in class RedshiftRequestpublic static ModifyClusterMaintenanceRequest.Builder builder()
public static Class<? extends ModifyClusterMaintenanceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.