#[non_exhaustive]
pub struct CreateScheduledQueryInputBuilder { /* private fields */ }
Expand description

Implementations§

source§

impl CreateScheduledQueryInputBuilder

source

pub fn name(self, input: impl Into<String>) -> Self

Name of the scheduled query.

source

pub fn set_name(self, input: Option<String>) -> Self

Name of the scheduled query.

source

pub fn get_name(&self) -> &Option<String>

Name of the scheduled query.

source

pub fn query_string(self, input: impl Into<String>) -> Self

The query string to run. Parameter names can be specified in the query string @ character followed by an identifier. The named Parameter @scheduled_runtime is reserved and can be used in the query to get the time at which the query is scheduled to run.

The timestamp calculated according to the ScheduleConfiguration parameter, will be the value of @scheduled_runtime paramater for each query run. For example, consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this instance, the @scheduled_runtime parameter is initialized to the timestamp 2021-12-01 00:00:00 when invoking the query.

source

pub fn set_query_string(self, input: Option<String>) -> Self

The query string to run. Parameter names can be specified in the query string @ character followed by an identifier. The named Parameter @scheduled_runtime is reserved and can be used in the query to get the time at which the query is scheduled to run.

The timestamp calculated according to the ScheduleConfiguration parameter, will be the value of @scheduled_runtime paramater for each query run. For example, consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this instance, the @scheduled_runtime parameter is initialized to the timestamp 2021-12-01 00:00:00 when invoking the query.

source

pub fn get_query_string(&self) -> &Option<String>

The query string to run. Parameter names can be specified in the query string @ character followed by an identifier. The named Parameter @scheduled_runtime is reserved and can be used in the query to get the time at which the query is scheduled to run.

The timestamp calculated according to the ScheduleConfiguration parameter, will be the value of @scheduled_runtime paramater for each query run. For example, consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this instance, the @scheduled_runtime parameter is initialized to the timestamp 2021-12-01 00:00:00 when invoking the query.

source

pub fn schedule_configuration(self, input: ScheduleConfiguration) -> Self

The schedule configuration for the query.

source

pub fn set_schedule_configuration( self, input: Option<ScheduleConfiguration> ) -> Self

The schedule configuration for the query.

source

pub fn get_schedule_configuration(&self) -> &Option<ScheduleConfiguration>

The schedule configuration for the query.

source

pub fn notification_configuration( self, input: NotificationConfiguration ) -> Self

Notification configuration for the scheduled query. A notification is sent by Timestream when a query run finishes, when the state is updated or when you delete it.

source

pub fn set_notification_configuration( self, input: Option<NotificationConfiguration> ) -> Self

Notification configuration for the scheduled query. A notification is sent by Timestream when a query run finishes, when the state is updated or when you delete it.

source

pub fn get_notification_configuration( &self ) -> &Option<NotificationConfiguration>

Notification configuration for the scheduled query. A notification is sent by Timestream when a query run finishes, when the state is updated or when you delete it.

source

pub fn target_configuration(self, input: TargetConfiguration) -> Self

Configuration used for writing the result of a query.

source

pub fn set_target_configuration( self, input: Option<TargetConfiguration> ) -> Self

Configuration used for writing the result of a query.

source

pub fn get_target_configuration(&self) -> &Option<TargetConfiguration>

Configuration used for writing the result of a query.

source

pub fn client_token(self, input: impl Into<String>) -> Self

Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making multiple identical CreateScheduledQuery requests has the same effect as making a single request.

  • If CreateScheduledQuery is called without a ClientToken, the Query SDK generates a ClientToken on your behalf.

  • After 8 hours, any request with the same ClientToken is treated as a new request.

source

pub fn set_client_token(self, input: Option<String>) -> Self

Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making multiple identical CreateScheduledQuery requests has the same effect as making a single request.

  • If CreateScheduledQuery is called without a ClientToken, the Query SDK generates a ClientToken on your behalf.

  • After 8 hours, any request with the same ClientToken is treated as a new request.

source

pub fn get_client_token(&self) -> &Option<String>

Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making multiple identical CreateScheduledQuery requests has the same effect as making a single request.

  • If CreateScheduledQuery is called without a ClientToken, the Query SDK generates a ClientToken on your behalf.

  • After 8 hours, any request with the same ClientToken is treated as a new request.

source

pub fn scheduled_query_execution_role_arn( self, input: impl Into<String> ) -> Self

The ARN for the IAM role that Timestream will assume when running the scheduled query.

source

pub fn set_scheduled_query_execution_role_arn( self, input: Option<String> ) -> Self

The ARN for the IAM role that Timestream will assume when running the scheduled query.

source

pub fn get_scheduled_query_execution_role_arn(&self) -> &Option<String>

The ARN for the IAM role that Timestream will assume when running the scheduled query.

source

pub fn tags(self, input: Tag) -> Self

Appends an item to tags.

To override the contents of this collection use set_tags.

A list of key-value pairs to label the scheduled query.

source

pub fn set_tags(self, input: Option<Vec<Tag>>) -> Self

A list of key-value pairs to label the scheduled query.

source

pub fn get_tags(&self) -> &Option<Vec<Tag>>

A list of key-value pairs to label the scheduled query.

source

pub fn kms_key_id(self, input: impl Into<String>) -> Self

The Amazon KMS key used to encrypt the scheduled query resource, at-rest. If the Amazon KMS key is not specified, the scheduled query resource will be encrypted with a Timestream owned Amazon KMS key. To specify a KMS key, use the key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix the name with alias/

If ErrorReportConfiguration uses SSE_KMS as encryption type, the same KmsKeyId is used to encrypt the error report at rest.

source

pub fn set_kms_key_id(self, input: Option<String>) -> Self

The Amazon KMS key used to encrypt the scheduled query resource, at-rest. If the Amazon KMS key is not specified, the scheduled query resource will be encrypted with a Timestream owned Amazon KMS key. To specify a KMS key, use the key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix the name with alias/

If ErrorReportConfiguration uses SSE_KMS as encryption type, the same KmsKeyId is used to encrypt the error report at rest.

source

pub fn get_kms_key_id(&self) -> &Option<String>

The Amazon KMS key used to encrypt the scheduled query resource, at-rest. If the Amazon KMS key is not specified, the scheduled query resource will be encrypted with a Timestream owned Amazon KMS key. To specify a KMS key, use the key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix the name with alias/

If ErrorReportConfiguration uses SSE_KMS as encryption type, the same KmsKeyId is used to encrypt the error report at rest.

source

pub fn error_report_configuration(self, input: ErrorReportConfiguration) -> Self

Configuration for error reporting. Error reports will be generated when a problem is encountered when writing the query results.

source

pub fn set_error_report_configuration( self, input: Option<ErrorReportConfiguration> ) -> Self

Configuration for error reporting. Error reports will be generated when a problem is encountered when writing the query results.

source

pub fn get_error_report_configuration( &self ) -> &Option<ErrorReportConfiguration>

Configuration for error reporting. Error reports will be generated when a problem is encountered when writing the query results.

source

pub fn build(self) -> Result<CreateScheduledQueryInput, BuildError>

Consumes the builder and constructs a CreateScheduledQueryInput.

source§

impl CreateScheduledQueryInputBuilder

source

pub async fn send_with( self, client: &Client ) -> Result<CreateScheduledQueryOutput, SdkError<CreateScheduledQueryError, HttpResponse>>

Sends a request with this input using the given client.

Trait Implementations§

source§

impl Clone for CreateScheduledQueryInputBuilder

source§

fn clone(&self) -> CreateScheduledQueryInputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CreateScheduledQueryInputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for CreateScheduledQueryInputBuilder

source§

fn default() -> CreateScheduledQueryInputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for CreateScheduledQueryInputBuilder

source§

fn eq(&self, other: &CreateScheduledQueryInputBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for CreateScheduledQueryInputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more