Struct aws_sdk_quicksight::operation::update_topic_refresh_schedule::builders::UpdateTopicRefreshScheduleInputBuilder
source · #[non_exhaustive]pub struct UpdateTopicRefreshScheduleInputBuilder { /* private fields */ }Expand description
A builder for UpdateTopicRefreshScheduleInput.
Implementations§
source§impl UpdateTopicRefreshScheduleInputBuilder
impl UpdateTopicRefreshScheduleInputBuilder
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 whose refresh schedule you want to update.
This field is required.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 whose refresh schedule you want to update.
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 whose refresh schedule you want to update.
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.
This field is required.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_id(self, input: impl Into<String>) -> Self
pub fn dataset_id(self, input: impl Into<String>) -> Self
The ID of the dataset.
This field is required.sourcepub fn set_dataset_id(self, input: Option<String>) -> Self
pub fn set_dataset_id(self, input: Option<String>) -> Self
The ID of the dataset.
sourcepub fn get_dataset_id(&self) -> &Option<String>
pub fn get_dataset_id(&self) -> &Option<String>
The ID 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.
This field is required.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<UpdateTopicRefreshScheduleInput, BuildError>
pub fn build(self) -> Result<UpdateTopicRefreshScheduleInput, BuildError>
Consumes the builder and constructs a UpdateTopicRefreshScheduleInput.
source§impl UpdateTopicRefreshScheduleInputBuilder
impl UpdateTopicRefreshScheduleInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateTopicRefreshScheduleOutput, SdkError<UpdateTopicRefreshScheduleError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateTopicRefreshScheduleOutput, SdkError<UpdateTopicRefreshScheduleError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateTopicRefreshScheduleInputBuilder
impl Clone for UpdateTopicRefreshScheduleInputBuilder
source§fn clone(&self) -> UpdateTopicRefreshScheduleInputBuilder
fn clone(&self) -> UpdateTopicRefreshScheduleInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateTopicRefreshScheduleInputBuilder
impl Default for UpdateTopicRefreshScheduleInputBuilder
source§fn default() -> UpdateTopicRefreshScheduleInputBuilder
fn default() -> UpdateTopicRefreshScheduleInputBuilder
source§impl PartialEq for UpdateTopicRefreshScheduleInputBuilder
impl PartialEq for UpdateTopicRefreshScheduleInputBuilder
source§fn eq(&self, other: &UpdateTopicRefreshScheduleInputBuilder) -> bool
fn eq(&self, other: &UpdateTopicRefreshScheduleInputBuilder) -> bool
self and other values to be equal, and is used
by ==.