Struct aws_sdk_quicksight::operation::update_public_sharing_settings::builders::UpdatePublicSharingSettingsFluentBuilder
source · pub struct UpdatePublicSharingSettingsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdatePublicSharingSettings.
Use the UpdatePublicSharingSettings operation to turn on or turn off the public sharing settings of an Amazon QuickSight dashboard.
To use this operation, turn on session capacity pricing for your Amazon QuickSight account.
Before you can turn on public sharing on your account, make sure to give public sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon QuickSight, see Using Amazon QuickSight with IAM in the Amazon QuickSight User Guide.
Implementations§
source§impl UpdatePublicSharingSettingsFluentBuilder
impl UpdatePublicSharingSettingsFluentBuilder
sourcepub fn as_input(&self) -> &UpdatePublicSharingSettingsInputBuilder
pub fn as_input(&self) -> &UpdatePublicSharingSettingsInputBuilder
Access the UpdatePublicSharingSettings as a reference.
sourcepub async fn send(
self
) -> Result<UpdatePublicSharingSettingsOutput, SdkError<UpdatePublicSharingSettingsError, HttpResponse>>
pub async fn send( self ) -> Result<UpdatePublicSharingSettingsOutput, SdkError<UpdatePublicSharingSettingsError, 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<UpdatePublicSharingSettingsOutput, UpdatePublicSharingSettingsError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdatePublicSharingSettingsOutput, UpdatePublicSharingSettingsError, 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 Amazon Web Services account ID associated with your Amazon QuickSight subscription.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID associated with your Amazon QuickSight subscription.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The Amazon Web Services account ID associated with your Amazon QuickSight subscription.
sourcepub fn public_sharing_enabled(self, input: bool) -> Self
pub fn public_sharing_enabled(self, input: bool) -> Self
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
sourcepub fn set_public_sharing_enabled(self, input: Option<bool>) -> Self
pub fn set_public_sharing_enabled(self, input: Option<bool>) -> Self
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
sourcepub fn get_public_sharing_enabled(&self) -> &Option<bool>
pub fn get_public_sharing_enabled(&self) -> &Option<bool>
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
Trait Implementations§
source§impl Clone for UpdatePublicSharingSettingsFluentBuilder
impl Clone for UpdatePublicSharingSettingsFluentBuilder
source§fn clone(&self) -> UpdatePublicSharingSettingsFluentBuilder
fn clone(&self) -> UpdatePublicSharingSettingsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more