@Generated(value="software.amazon.awssdk:codegen") public final class ModifyScheduledActionRequest extends RedshiftRequest implements ToCopyableBuilder<ModifyScheduledActionRequest.Builder,ModifyScheduledActionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyScheduledActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyScheduledActionRequest.Builder |
builder() |
Boolean |
enable()
A modified enable flag of the scheduled action.
|
Instant |
endTime()
A modified end time of the scheduled action.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRole()
A different IAM role to assume to run the target action.
|
String |
schedule()
A modified schedule in either
at( ) or cron( ) format. |
String |
scheduledActionDescription()
A modified description of the scheduled action.
|
String |
scheduledActionName()
The name of the scheduled action to modify.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyScheduledActionRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
A modified start time of the scheduled action.
|
ScheduledActionType |
targetAction()
A modified JSON format of the scheduled action.
|
ModifyScheduledActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String scheduledActionName()
The name of the scheduled action to modify.
public final ScheduledActionType targetAction()
A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.
public final String schedule()
A modified schedule in either at( ) or cron( ) format. For more information about this
parameter, see ScheduledAction.
at( ) or cron( ) format. For more information
about this parameter, see ScheduledAction.public final String iamRole()
A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
public final String scheduledActionDescription()
A modified description of the scheduled action.
public final Instant startTime()
A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
public final Instant endTime()
A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
public final Boolean enable()
A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
public ModifyScheduledActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyScheduledActionRequest.Builder,ModifyScheduledActionRequest>toBuilder in class RedshiftRequestpublic static ModifyScheduledActionRequest.Builder builder()
public static Class<? extends ModifyScheduledActionRequest.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 © 2022. All rights reserved.