pub struct Builder { /* private fields */ }
Expand description
A builder for CreateResourceOutput
.
Implementations§
source§impl 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
.