pub struct Builder { /* private fields */ }
Expand description
A builder for ListDomainConfigurationsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the next set of results.
sourcepub fn set_page_size(self, input: Option<i32>) -> Self
pub fn set_page_size(self, input: Option<i32>) -> Self
The result page size.
sourcepub fn service_type(self, input: ServiceType) -> Self
pub fn service_type(self, input: ServiceType) -> Self
The type of service delivered by the endpoint.
sourcepub fn set_service_type(self, input: Option<ServiceType>) -> Self
pub fn set_service_type(self, input: Option<ServiceType>) -> Self
The type of service delivered by the endpoint.
sourcepub fn build(self) -> Result<ListDomainConfigurationsInput, BuildError>
pub fn build(self) -> Result<ListDomainConfigurationsInput, BuildError>
Consumes the builder and constructs a ListDomainConfigurationsInput
.