pub struct GalleryApplicationVersionArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> GalleryApplicationVersionArgsBuilder<S>
impl<S: State> GalleryApplicationVersionArgsBuilder<S>
sourcepub fn build_struct(self) -> GalleryApplicationVersionArgswhere
S: IsComplete,
pub fn build_struct(self) -> GalleryApplicationVersionArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn config_file(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetConfigFile<S>>where
S::ConfigFile: IsUnset,
pub fn config_file(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetConfigFile<S>>where
S::ConfigFile: IsUnset,
sourcepub fn maybe_config_file(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetConfigFile<S>>where
S::ConfigFile: IsUnset,
pub fn maybe_config_file(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetConfigFile<S>>where
S::ConfigFile: IsUnset,
sourcepub fn enable_health_check(
self,
value: impl Into<Output<Option<bool>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEnableHealthCheck<S>>where
S::EnableHealthCheck: IsUnset,
pub fn enable_health_check(
self,
value: impl Into<Output<Option<bool>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEnableHealthCheck<S>>where
S::EnableHealthCheck: IsUnset,
sourcepub fn maybe_enable_health_check(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEnableHealthCheck<S>>where
S::EnableHealthCheck: IsUnset,
pub fn maybe_enable_health_check(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEnableHealthCheck<S>>where
S::EnableHealthCheck: IsUnset,
sourcepub fn end_of_life_date(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEndOfLifeDate<S>>where
S::EndOfLifeDate: IsUnset,
pub fn end_of_life_date(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEndOfLifeDate<S>>where
S::EndOfLifeDate: IsUnset,
sourcepub fn maybe_end_of_life_date(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEndOfLifeDate<S>>where
S::EndOfLifeDate: IsUnset,
pub fn maybe_end_of_life_date(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetEndOfLifeDate<S>>where
S::EndOfLifeDate: IsUnset,
sourcepub fn exclude_from_latest(
self,
value: impl Into<Output<Option<bool>>>,
) -> GalleryApplicationVersionArgsBuilder<SetExcludeFromLatest<S>>where
S::ExcludeFromLatest: IsUnset,
pub fn exclude_from_latest(
self,
value: impl Into<Output<Option<bool>>>,
) -> GalleryApplicationVersionArgsBuilder<SetExcludeFromLatest<S>>where
S::ExcludeFromLatest: IsUnset,
sourcepub fn maybe_exclude_from_latest(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetExcludeFromLatest<S>>where
S::ExcludeFromLatest: IsUnset,
pub fn maybe_exclude_from_latest(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetExcludeFromLatest<S>>where
S::ExcludeFromLatest: IsUnset,
sourcepub fn gallery_application_id(
self,
value: impl Into<Output<String>>,
) -> GalleryApplicationVersionArgsBuilder<SetGalleryApplicationId<S>>where
S::GalleryApplicationId: IsUnset,
pub fn gallery_application_id(
self,
value: impl Into<Output<String>>,
) -> GalleryApplicationVersionArgsBuilder<SetGalleryApplicationId<S>>where
S::GalleryApplicationId: IsUnset,
Required.
The ID of the Gallery Application. Changing this forces a new resource to be created.
sourcepub fn location(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetLocation<S>>where
S::Location: IsUnset,
pub fn location(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetLocation<S>>where
S::Location: IsUnset,
sourcepub fn maybe_location(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetLocation<S>>where
S::Location: IsUnset,
pub fn maybe_location(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetLocation<S>>where
S::Location: IsUnset,
sourcepub fn manage_action(
self,
value: impl Into<Output<GalleryApplicationVersionManageAction>>,
) -> GalleryApplicationVersionArgsBuilder<SetManageAction<S>>where
S::ManageAction: IsUnset,
pub fn manage_action(
self,
value: impl Into<Output<GalleryApplicationVersionManageAction>>,
) -> GalleryApplicationVersionArgsBuilder<SetManageAction<S>>where
S::ManageAction: IsUnset,
Required.
A manage_action
block as defined below.
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetName<S>>where
S::Name: IsUnset,
sourcepub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetName<S>>where
S::Name: IsUnset,
sourcepub fn package_file(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetPackageFile<S>>where
S::PackageFile: IsUnset,
pub fn package_file(
self,
value: impl Into<Output<Option<String>>>,
) -> GalleryApplicationVersionArgsBuilder<SetPackageFile<S>>where
S::PackageFile: IsUnset,
sourcepub fn maybe_package_file(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetPackageFile<S>>where
S::PackageFile: IsUnset,
pub fn maybe_package_file(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GalleryApplicationVersionArgsBuilder<SetPackageFile<S>>where
S::PackageFile: IsUnset,
sourcepub fn source(
self,
value: impl Into<Output<GalleryApplicationVersionSource>>,
) -> GalleryApplicationVersionArgsBuilder<SetSource<S>>where
S::Source: IsUnset,
pub fn source(
self,
value: impl Into<Output<GalleryApplicationVersionSource>>,
) -> GalleryApplicationVersionArgsBuilder<SetSource<S>>where
S::Source: IsUnset,
Required.
A source
block as defined below.
sourcepub fn target_regions(
self,
value: impl Into<Output<Vec<GalleryApplicationVersionTargetRegion>>>,
) -> GalleryApplicationVersionArgsBuilder<SetTargetRegions<S>>where
S::TargetRegions: IsUnset,
pub fn target_regions(
self,
value: impl Into<Output<Vec<GalleryApplicationVersionTargetRegion>>>,
) -> GalleryApplicationVersionArgsBuilder<SetTargetRegions<S>>where
S::TargetRegions: IsUnset,
Required.
One or more target_region
blocks as defined below.
Auto Trait Implementations§
impl<S> Freeze for GalleryApplicationVersionArgsBuilder<S>
impl<S> RefUnwindSafe for GalleryApplicationVersionArgsBuilder<S>
impl<S> Send for GalleryApplicationVersionArgsBuilder<S>
impl<S> Sync for GalleryApplicationVersionArgsBuilder<S>
impl<S> Unpin for GalleryApplicationVersionArgsBuilder<S>
impl<S> UnwindSafe for GalleryApplicationVersionArgsBuilder<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