Struct aws_sdk_quicksight::model::loading_animation::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LoadingAnimation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn visibility(self, input: Visibility) -> Self
pub fn visibility(self, input: Visibility) -> Self
The visibility configuration of LoadingAnimation
.
sourcepub fn set_visibility(self, input: Option<Visibility>) -> Self
pub fn set_visibility(self, input: Option<Visibility>) -> Self
The visibility configuration of LoadingAnimation
.
sourcepub fn build(self) -> LoadingAnimation
pub fn build(self) -> LoadingAnimation
Consumes the builder and constructs a LoadingAnimation
.