pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateBackendStorageResourceConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn permissions(self, input: BackendStoragePermissions) -> Self
pub fn permissions(self, input: BackendStoragePermissions) -> Self
The authorization configuration for the storage S3 bucket.
sourcepub fn set_permissions(self, input: Option<BackendStoragePermissions>) -> Self
pub fn set_permissions(self, input: Option<BackendStoragePermissions>) -> Self
The authorization configuration for the storage S3 bucket.
sourcepub fn service_name(self, input: ServiceName) -> Self
pub fn service_name(self, input: ServiceName) -> Self
The name of the storage service.
sourcepub fn set_service_name(self, input: Option<ServiceName>) -> Self
pub fn set_service_name(self, input: Option<ServiceName>) -> Self
The name of the storage service.
sourcepub fn build(self) -> UpdateBackendStorageResourceConfig
pub fn build(self) -> UpdateBackendStorageResourceConfig
Consumes the builder and constructs a UpdateBackendStorageResourceConfig
.