@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledQuery.Builder,ScheduledQuery>
Scheduled Query
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduledQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name.
|
static ScheduledQuery.Builder |
builder() |
Instant |
creationTime()
The creation time of the scheduled query.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorReportConfiguration |
errorReportConfiguration()
Configuration for scheduled query error reporting.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ScheduledQueryRunStatus |
lastRunStatus()
Status of the last scheduled query run.
|
String |
lastRunStatusAsString()
Status of the last scheduled query run.
|
String |
name()
The name of the scheduled query.
|
Instant |
nextInvocationTime()
The next time the scheduled query is to be run.
|
Instant |
previousInvocationTime()
The last time the scheduled query was run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduledQuery.Builder> |
serializableBuilderClass() |
ScheduledQueryState |
state()
State of scheduled query.
|
String |
stateAsString()
State of scheduled query.
|
TargetDestination |
targetDestination()
Target data source where final scheduled query result will be written.
|
ScheduledQuery.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name.
public final String name()
The name of the scheduled query.
public final Instant creationTime()
The creation time of the scheduled query.
public final ScheduledQueryState state()
State of scheduled query.
If the service returns an enum value that is not available in the current SDK version, state will return
ScheduledQueryState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ScheduledQueryStatepublic final String stateAsString()
State of scheduled query.
If the service returns an enum value that is not available in the current SDK version, state will return
ScheduledQueryState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ScheduledQueryStatepublic final Instant previousInvocationTime()
The last time the scheduled query was run.
public final Instant nextInvocationTime()
The next time the scheduled query is to be run.
public final ErrorReportConfiguration errorReportConfiguration()
Configuration for scheduled query error reporting.
public final TargetDestination targetDestination()
Target data source where final scheduled query result will be written.
public final ScheduledQueryRunStatus lastRunStatus()
Status of the last scheduled query run.
If the service returns an enum value that is not available in the current SDK version, lastRunStatus
will return ScheduledQueryRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from lastRunStatusAsString().
ScheduledQueryRunStatuspublic final String lastRunStatusAsString()
Status of the last scheduled query run.
If the service returns an enum value that is not available in the current SDK version, lastRunStatus
will return ScheduledQueryRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from lastRunStatusAsString().
ScheduledQueryRunStatuspublic ScheduledQuery.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduledQuery.Builder,ScheduledQuery>public static ScheduledQuery.Builder builder()
public static Class<? extends ScheduledQuery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.