Struct aws_sdk_cloudcontrol::output::create_resource_output::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for CreateResourceOutput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn progress_event(self, input: ProgressEvent) -> Self
pub fn progress_event(self, input: ProgressEvent) -> Self
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource.
sourcepub fn set_progress_event(self, input: Option<ProgressEvent>) -> Self
pub fn set_progress_event(self, input: Option<ProgressEvent>) -> Self
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource.
sourcepub fn build(self) -> CreateResourceOutput
pub fn build(self) -> CreateResourceOutput
Consumes the builder and constructs a CreateResourceOutput.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more