pub struct CreateBlobStorageIntegrationRequestBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> CreateBlobStorageIntegrationRequestBuilder<S>
impl<S: State> CreateBlobStorageIntegrationRequestBuilder<S>
Sourcepub fn build(self) -> CreateBlobStorageIntegrationRequestwhere
S: IsComplete,
pub fn build(self) -> CreateBlobStorageIntegrationRequestwhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn project_id(
self,
value: String,
) -> CreateBlobStorageIntegrationRequestBuilder<SetProjectId<S>>where
S::ProjectId: IsUnset,
pub fn project_id(
self,
value: String,
) -> CreateBlobStorageIntegrationRequestBuilder<SetProjectId<S>>where
S::ProjectId: IsUnset,
Required.
ID of the project in which to configure the blob storage integration
Sourcepub fn type(
self,
value: BlobStorageIntegrationType,
) -> CreateBlobStorageIntegrationRequestBuilder<SetType<S>>where
S::Type: IsUnset,
pub fn type(
self,
value: BlobStorageIntegrationType,
) -> CreateBlobStorageIntegrationRequestBuilder<SetType<S>>where
S::Type: IsUnset,
Required.
Sourcepub fn bucket_name(
self,
value: String,
) -> CreateBlobStorageIntegrationRequestBuilder<SetBucketName<S>>where
S::BucketName: IsUnset,
pub fn bucket_name(
self,
value: String,
) -> CreateBlobStorageIntegrationRequestBuilder<SetBucketName<S>>where
S::BucketName: IsUnset,
Required.
Name of the storage bucket
Sourcepub fn endpoint(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetEndpoint<S>>where
S::Endpoint: IsUnset,
pub fn endpoint(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetEndpoint<S>>where
S::Endpoint: IsUnset,
Sourcepub fn maybe_endpoint(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetEndpoint<S>>where
S::Endpoint: IsUnset,
pub fn maybe_endpoint(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetEndpoint<S>>where
S::Endpoint: IsUnset,
Sourcepub fn region(
self,
value: String,
) -> CreateBlobStorageIntegrationRequestBuilder<SetRegion<S>>where
S::Region: IsUnset,
pub fn region(
self,
value: String,
) -> CreateBlobStorageIntegrationRequestBuilder<SetRegion<S>>where
S::Region: IsUnset,
Required.
Storage region
Sourcepub fn access_key_id(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetAccessKeyId<S>>where
S::AccessKeyId: IsUnset,
pub fn access_key_id(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetAccessKeyId<S>>where
S::AccessKeyId: IsUnset,
Sourcepub fn maybe_access_key_id(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetAccessKeyId<S>>where
S::AccessKeyId: IsUnset,
pub fn maybe_access_key_id(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetAccessKeyId<S>>where
S::AccessKeyId: IsUnset,
Sourcepub fn secret_access_key(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetSecretAccessKey<S>>where
S::SecretAccessKey: IsUnset,
pub fn secret_access_key(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetSecretAccessKey<S>>where
S::SecretAccessKey: IsUnset,
Sourcepub fn maybe_secret_access_key(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetSecretAccessKey<S>>where
S::SecretAccessKey: IsUnset,
pub fn maybe_secret_access_key(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetSecretAccessKey<S>>where
S::SecretAccessKey: IsUnset,
Sourcepub fn prefix(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetPrefix<S>>where
S::Prefix: IsUnset,
pub fn prefix(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetPrefix<S>>where
S::Prefix: IsUnset,
Sourcepub fn maybe_prefix(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetPrefix<S>>where
S::Prefix: IsUnset,
pub fn maybe_prefix(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetPrefix<S>>where
S::Prefix: IsUnset,
Sourcepub fn export_frequency(
self,
value: BlobStorageExportFrequency,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportFrequency<S>>where
S::ExportFrequency: IsUnset,
pub fn export_frequency(
self,
value: BlobStorageExportFrequency,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportFrequency<S>>where
S::ExportFrequency: IsUnset,
Required.
Sourcepub fn enabled(
self,
value: bool,
) -> CreateBlobStorageIntegrationRequestBuilder<SetEnabled<S>>where
S::Enabled: IsUnset,
pub fn enabled(
self,
value: bool,
) -> CreateBlobStorageIntegrationRequestBuilder<SetEnabled<S>>where
S::Enabled: IsUnset,
Required.
Whether the integration is active
Sourcepub fn force_path_style(
self,
value: bool,
) -> CreateBlobStorageIntegrationRequestBuilder<SetForcePathStyle<S>>where
S::ForcePathStyle: IsUnset,
pub fn force_path_style(
self,
value: bool,
) -> CreateBlobStorageIntegrationRequestBuilder<SetForcePathStyle<S>>where
S::ForcePathStyle: IsUnset,
Required.
Use path-style URLs for S3 requests
Sourcepub fn file_type(
self,
value: BlobStorageIntegrationFileType,
) -> CreateBlobStorageIntegrationRequestBuilder<SetFileType<S>>where
S::FileType: IsUnset,
pub fn file_type(
self,
value: BlobStorageIntegrationFileType,
) -> CreateBlobStorageIntegrationRequestBuilder<SetFileType<S>>where
S::FileType: IsUnset,
Required.
Sourcepub fn export_mode(
self,
value: BlobStorageExportMode,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportMode<S>>where
S::ExportMode: IsUnset,
pub fn export_mode(
self,
value: BlobStorageExportMode,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportMode<S>>where
S::ExportMode: IsUnset,
Required.
Sourcepub fn export_start_date(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportStartDate<S>>where
S::ExportStartDate: IsUnset,
pub fn export_start_date(
self,
value: Option<String>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportStartDate<S>>where
S::ExportStartDate: IsUnset,
Sourcepub fn maybe_export_start_date(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportStartDate<S>>where
S::ExportStartDate: IsUnset,
pub fn maybe_export_start_date(
self,
value: Option<Option<String>>,
) -> CreateBlobStorageIntegrationRequestBuilder<SetExportStartDate<S>>where
S::ExportStartDate: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for CreateBlobStorageIntegrationRequestBuilder<S>
impl<S> RefUnwindSafe for CreateBlobStorageIntegrationRequestBuilder<S>
impl<S> Send for CreateBlobStorageIntegrationRequestBuilder<S>
impl<S> Sync for CreateBlobStorageIntegrationRequestBuilder<S>
impl<S> Unpin for CreateBlobStorageIntegrationRequestBuilder<S>
impl<S> UnwindSafe for CreateBlobStorageIntegrationRequestBuilder<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