Struct aws_sdk_ivsrealtime::operation::create_storage_configuration::builders::CreateStorageConfigurationInputBuilder
source · #[non_exhaustive]pub struct CreateStorageConfigurationInputBuilder { /* private fields */ }Expand description
A builder for CreateStorageConfigurationInput.
Implementations§
source§impl CreateStorageConfigurationInputBuilder
impl CreateStorageConfigurationInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
Storage configuration name. The value does not need to be unique.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
Storage configuration name. The value does not need to be unique.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
Storage configuration name. The value does not need to be unique.
sourcepub fn s3(self, input: S3StorageConfiguration) -> Self
pub fn s3(self, input: S3StorageConfiguration) -> Self
A complex type that contains a storage configuration for where recorded video will be stored.
This field is required.sourcepub fn set_s3(self, input: Option<S3StorageConfiguration>) -> Self
pub fn set_s3(self, input: Option<S3StorageConfiguration>) -> Self
A complex type that contains a storage configuration for where recorded video will be stored.
sourcepub fn get_s3(&self) -> &Option<S3StorageConfiguration>
pub fn get_s3(&self) -> &Option<S3StorageConfiguration>
A complex type that contains a storage configuration for where recorded video will be stored.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
sourcepub fn build(self) -> Result<CreateStorageConfigurationInput, BuildError>
pub fn build(self) -> Result<CreateStorageConfigurationInput, BuildError>
Consumes the builder and constructs a CreateStorageConfigurationInput.
source§impl CreateStorageConfigurationInputBuilder
impl CreateStorageConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateStorageConfigurationOutput, SdkError<CreateStorageConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateStorageConfigurationOutput, SdkError<CreateStorageConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateStorageConfigurationInputBuilder
impl Clone for CreateStorageConfigurationInputBuilder
source§fn clone(&self) -> CreateStorageConfigurationInputBuilder
fn clone(&self) -> CreateStorageConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateStorageConfigurationInputBuilder
impl Default for CreateStorageConfigurationInputBuilder
source§fn default() -> CreateStorageConfigurationInputBuilder
fn default() -> CreateStorageConfigurationInputBuilder
source§impl PartialEq for CreateStorageConfigurationInputBuilder
impl PartialEq for CreateStorageConfigurationInputBuilder
source§fn eq(&self, other: &CreateStorageConfigurationInputBuilder) -> bool
fn eq(&self, other: &CreateStorageConfigurationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.