Struct aws_sdk_quicksight::operation::create_topic_refresh_schedule::builders::CreateTopicRefreshScheduleFluentBuilder
source · pub struct CreateTopicRefreshScheduleFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateTopicRefreshSchedule.
Creates a topic refresh schedule.
Implementations§
source§impl CreateTopicRefreshScheduleFluentBuilder
impl CreateTopicRefreshScheduleFluentBuilder
sourcepub fn as_input(&self) -> &CreateTopicRefreshScheduleInputBuilder
pub fn as_input(&self) -> &CreateTopicRefreshScheduleInputBuilder
Access the CreateTopicRefreshSchedule as a reference.
sourcepub async fn send(
self
) -> Result<CreateTopicRefreshScheduleOutput, SdkError<CreateTopicRefreshScheduleError, HttpResponse>>
pub async fn send( self ) -> Result<CreateTopicRefreshScheduleOutput, SdkError<CreateTopicRefreshScheduleError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateTopicRefreshScheduleOutput, CreateTopicRefreshScheduleError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateTopicRefreshScheduleOutput, CreateTopicRefreshScheduleError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
sourcepub fn topic_id(self, input: impl Into<String>) -> Self
pub fn topic_id(self, input: impl Into<String>) -> Self
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn set_topic_id(self, input: Option<String>) -> Self
pub fn set_topic_id(self, input: Option<String>) -> Self
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn get_topic_id(&self) -> &Option<String>
pub fn get_topic_id(&self) -> &Option<String>
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn dataset_arn(self, input: impl Into<String>) -> Self
pub fn dataset_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn set_dataset_arn(self, input: Option<String>) -> Self
pub fn set_dataset_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn get_dataset_arn(&self) -> &Option<String>
pub fn get_dataset_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn dataset_name(self, input: impl Into<String>) -> Self
pub fn dataset_name(self, input: impl Into<String>) -> Self
The name of the dataset.
sourcepub fn set_dataset_name(self, input: Option<String>) -> Self
pub fn set_dataset_name(self, input: Option<String>) -> Self
The name of the dataset.
sourcepub fn get_dataset_name(&self) -> &Option<String>
pub fn get_dataset_name(&self) -> &Option<String>
The name of the dataset.
sourcepub fn refresh_schedule(self, input: TopicRefreshSchedule) -> Self
pub fn refresh_schedule(self, input: TopicRefreshSchedule) -> Self
The definition of a refresh schedule.
sourcepub fn set_refresh_schedule(self, input: Option<TopicRefreshSchedule>) -> Self
pub fn set_refresh_schedule(self, input: Option<TopicRefreshSchedule>) -> Self
The definition of a refresh schedule.
sourcepub fn get_refresh_schedule(&self) -> &Option<TopicRefreshSchedule>
pub fn get_refresh_schedule(&self) -> &Option<TopicRefreshSchedule>
The definition of a refresh schedule.
Trait Implementations§
source§impl Clone for CreateTopicRefreshScheduleFluentBuilder
impl Clone for CreateTopicRefreshScheduleFluentBuilder
source§fn clone(&self) -> CreateTopicRefreshScheduleFluentBuilder
fn clone(&self) -> CreateTopicRefreshScheduleFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more