Class AthenaStartQueryExecutionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.AthenaStartQueryExecutionProps.Jsii$Proxy
- All Implemented Interfaces:
AthenaStartQueryExecutionProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AthenaStartQueryExecutionProps
@Stability(Stable)
@Internal
public static final class AthenaStartQueryExecutionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AthenaStartQueryExecutionProps
An implementation for
AthenaStartQueryExecutionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.AthenaStartQueryExecutionProps
AthenaStartQueryExecutionProps.Builder, AthenaStartQueryExecutionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAthenaStartQueryExecutionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringUnique string string to ensure idempotence.final Stringfinal software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal Stringfinal QueryExecutionContextDatabase within which query executes.final StringQuery that will be started.final ResultConfigurationConfiguration on how and where to save query.final Stringfinal software.amazon.awscdk.core.Durationfinal StringConfiguration on how and where to save query.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAthenaStartQueryExecutionProps.Builder.
-
-
Method Details
-
getQueryString
Description copied from interface:AthenaStartQueryExecutionPropsQuery that will be started.- Specified by:
getQueryStringin interfaceAthenaStartQueryExecutionProps
-
getClientRequestToken
Description copied from interface:AthenaStartQueryExecutionPropsUnique string string to ensure idempotence.Default: - No client request token
- Specified by:
getClientRequestTokenin interfaceAthenaStartQueryExecutionProps
-
getQueryExecutionContext
Description copied from interface:AthenaStartQueryExecutionPropsDatabase within which query executes.Default: - No query execution context
- Specified by:
getQueryExecutionContextin interfaceAthenaStartQueryExecutionProps
-
getResultConfiguration
Description copied from interface:AthenaStartQueryExecutionPropsConfiguration on how and where to save query.Default: - No result configuration
- Specified by:
getResultConfigurationin interfaceAthenaStartQueryExecutionProps
-
getWorkGroup
Description copied from interface:AthenaStartQueryExecutionPropsConfiguration on how and where to save query.Default: - No work group
- Specified by:
getWorkGroupin interfaceAthenaStartQueryExecutionProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-