Struct aws_sdk_quicksight::operation::create_topic_refresh_schedule::builders::CreateTopicRefreshScheduleInputBuilder
source · #[non_exhaustive]pub struct CreateTopicRefreshScheduleInputBuilder { /* private fields */ }Expand description
A builder for CreateTopicRefreshScheduleInput.
Implementations§
source§impl CreateTopicRefreshScheduleInputBuilder
impl CreateTopicRefreshScheduleInputBuilder
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.
sourcepub fn build(self) -> Result<CreateTopicRefreshScheduleInput, BuildError>
pub fn build(self) -> Result<CreateTopicRefreshScheduleInput, BuildError>
Consumes the builder and constructs a CreateTopicRefreshScheduleInput.
source§impl CreateTopicRefreshScheduleInputBuilder
impl CreateTopicRefreshScheduleInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateTopicRefreshScheduleOutput, SdkError<CreateTopicRefreshScheduleError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateTopicRefreshScheduleOutput, SdkError<CreateTopicRefreshScheduleError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateTopicRefreshScheduleInputBuilder
impl Clone for CreateTopicRefreshScheduleInputBuilder
source§fn clone(&self) -> CreateTopicRefreshScheduleInputBuilder
fn clone(&self) -> CreateTopicRefreshScheduleInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateTopicRefreshScheduleInputBuilder
impl Default for CreateTopicRefreshScheduleInputBuilder
source§fn default() -> CreateTopicRefreshScheduleInputBuilder
fn default() -> CreateTopicRefreshScheduleInputBuilder
source§impl PartialEq<CreateTopicRefreshScheduleInputBuilder> for CreateTopicRefreshScheduleInputBuilder
impl PartialEq<CreateTopicRefreshScheduleInputBuilder> for CreateTopicRefreshScheduleInputBuilder
source§fn eq(&self, other: &CreateTopicRefreshScheduleInputBuilder) -> bool
fn eq(&self, other: &CreateTopicRefreshScheduleInputBuilder) -> bool
self and other values to be equal, and is used
by ==.