pub struct Builder { /* private fields */ }Expand description
A builder for DescribeDomainChangeProgressOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn change_progress_status(self, input: ChangeProgressStatusDetails) -> Self
pub fn change_progress_status(self, input: ChangeProgressStatusDetails) -> Self
Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request.
sourcepub fn set_change_progress_status(
self,
input: Option<ChangeProgressStatusDetails>
) -> Self
pub fn set_change_progress_status(
self,
input: Option<ChangeProgressStatusDetails>
) -> Self
Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request.
sourcepub fn build(self) -> DescribeDomainChangeProgressOutput
pub fn build(self) -> DescribeDomainChangeProgressOutput
Consumes the builder and constructs a DescribeDomainChangeProgressOutput.