pub struct ZipBlobArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> ZipBlobArgsBuilder<S>
impl<S: State> ZipBlobArgsBuilder<S>
sourcepub fn build_struct(self) -> ZipBlobArgswhere
S: IsComplete,
pub fn build_struct(self) -> ZipBlobArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn access_tier(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetAccessTier<S>>where
S::AccessTier: IsUnset,
pub fn access_tier(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetAccessTier<S>>where
S::AccessTier: IsUnset,
sourcepub fn maybe_access_tier(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetAccessTier<S>>where
S::AccessTier: IsUnset,
pub fn maybe_access_tier(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetAccessTier<S>>where
S::AccessTier: IsUnset,
sourcepub fn cache_control(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetCacheControl<S>>where
S::CacheControl: IsUnset,
pub fn cache_control(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetCacheControl<S>>where
S::CacheControl: IsUnset,
sourcepub fn maybe_cache_control(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetCacheControl<S>>where
S::CacheControl: IsUnset,
pub fn maybe_cache_control(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetCacheControl<S>>where
S::CacheControl: IsUnset,
sourcepub fn content(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetContent<S>>where
S::Content: IsUnset,
pub fn content(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetContent<S>>where
S::Content: IsUnset,
sourcepub fn maybe_content(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetContent<S>>where
S::Content: IsUnset,
pub fn maybe_content(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetContent<S>>where
S::Content: IsUnset,
sourcepub fn content_md5(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetContentMd5<S>>where
S::ContentMd5: IsUnset,
pub fn content_md5(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetContentMd5<S>>where
S::ContentMd5: IsUnset,
sourcepub fn maybe_content_md5(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetContentMd5<S>>where
S::ContentMd5: IsUnset,
pub fn maybe_content_md5(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetContentMd5<S>>where
S::ContentMd5: IsUnset,
sourcepub fn content_type(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetContentType<S>>where
S::ContentType: IsUnset,
pub fn content_type(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetContentType<S>>where
S::ContentType: IsUnset,
sourcepub fn maybe_content_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetContentType<S>>where
S::ContentType: IsUnset,
pub fn maybe_content_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetContentType<S>>where
S::ContentType: IsUnset,
sourcepub fn encryption_scope(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetEncryptionScope<S>>where
S::EncryptionScope: IsUnset,
pub fn encryption_scope(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetEncryptionScope<S>>where
S::EncryptionScope: IsUnset,
sourcepub fn maybe_encryption_scope(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetEncryptionScope<S>>where
S::EncryptionScope: IsUnset,
pub fn maybe_encryption_scope(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetEncryptionScope<S>>where
S::EncryptionScope: IsUnset,
sourcepub fn metadata(
self,
value: impl Into<Output<Option<HashMap<String, String>>>>,
) -> ZipBlobArgsBuilder<SetMetadata<S>>where
S::Metadata: IsUnset,
pub fn metadata(
self,
value: impl Into<Output<Option<HashMap<String, String>>>>,
) -> ZipBlobArgsBuilder<SetMetadata<S>>where
S::Metadata: IsUnset,
sourcepub fn maybe_metadata(
self,
value: Option<impl Into<Output<Option<HashMap<String, String>>>>>,
) -> ZipBlobArgsBuilder<SetMetadata<S>>where
S::Metadata: IsUnset,
pub fn maybe_metadata(
self,
value: Option<impl Into<Output<Option<HashMap<String, String>>>>>,
) -> ZipBlobArgsBuilder<SetMetadata<S>>where
S::Metadata: IsUnset,
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetName<S>>where
S::Name: IsUnset,
sourcepub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetName<S>>where
S::Name: IsUnset,
sourcepub fn parallelism(
self,
value: impl Into<Output<Option<i32>>>,
) -> ZipBlobArgsBuilder<SetParallelism<S>>where
S::Parallelism: IsUnset,
pub fn parallelism(
self,
value: impl Into<Output<Option<i32>>>,
) -> ZipBlobArgsBuilder<SetParallelism<S>>where
S::Parallelism: IsUnset,
sourcepub fn maybe_parallelism(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> ZipBlobArgsBuilder<SetParallelism<S>>where
S::Parallelism: IsUnset,
pub fn maybe_parallelism(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> ZipBlobArgsBuilder<SetParallelism<S>>where
S::Parallelism: IsUnset,
sourcepub fn size(
self,
value: impl Into<Output<Option<i32>>>,
) -> ZipBlobArgsBuilder<SetSize<S>>where
S::Size: IsUnset,
pub fn size(
self,
value: impl Into<Output<Option<i32>>>,
) -> ZipBlobArgsBuilder<SetSize<S>>where
S::Size: IsUnset,
sourcepub fn maybe_size(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> ZipBlobArgsBuilder<SetSize<S>>where
S::Size: IsUnset,
pub fn maybe_size(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> ZipBlobArgsBuilder<SetSize<S>>where
S::Size: IsUnset,
sourcepub fn source_content(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetSourceContent<S>>where
S::SourceContent: IsUnset,
pub fn source_content(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetSourceContent<S>>where
S::SourceContent: IsUnset,
sourcepub fn maybe_source_content(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetSourceContent<S>>where
S::SourceContent: IsUnset,
pub fn maybe_source_content(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetSourceContent<S>>where
S::SourceContent: IsUnset,
sourcepub fn source_uri(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetSourceUri<S>>where
S::SourceUri: IsUnset,
pub fn source_uri(
self,
value: impl Into<Output<Option<String>>>,
) -> ZipBlobArgsBuilder<SetSourceUri<S>>where
S::SourceUri: IsUnset,
sourcepub fn maybe_source_uri(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetSourceUri<S>>where
S::SourceUri: IsUnset,
pub fn maybe_source_uri(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> ZipBlobArgsBuilder<SetSourceUri<S>>where
S::SourceUri: IsUnset,
sourcepub fn storage_account_name(
self,
value: impl Into<Output<String>>,
) -> ZipBlobArgsBuilder<SetStorageAccountName<S>>where
S::StorageAccountName: IsUnset,
pub fn storage_account_name(
self,
value: impl Into<Output<String>>,
) -> ZipBlobArgsBuilder<SetStorageAccountName<S>>where
S::StorageAccountName: IsUnset,
Required.
sourcepub fn storage_container_name(
self,
value: impl Into<Output<String>>,
) -> ZipBlobArgsBuilder<SetStorageContainerName<S>>where
S::StorageContainerName: IsUnset,
pub fn storage_container_name(
self,
value: impl Into<Output<String>>,
) -> ZipBlobArgsBuilder<SetStorageContainerName<S>>where
S::StorageContainerName: IsUnset,
Required.
Auto Trait Implementations§
impl<S> Freeze for ZipBlobArgsBuilder<S>
impl<S> RefUnwindSafe for ZipBlobArgsBuilder<S>
impl<S> Send for ZipBlobArgsBuilder<S>
impl<S> Sync for ZipBlobArgsBuilder<S>
impl<S> Unpin for ZipBlobArgsBuilder<S>
impl<S> UnwindSafe for ZipBlobArgsBuilder<S>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more