pub struct Builder { /* private fields */ }
Expand description
A builder for CreateOrganizationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The organization ID.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The organization ID.
sourcepub fn build(self) -> CreateOrganizationOutput
pub fn build(self) -> CreateOrganizationOutput
Consumes the builder and constructs a CreateOrganizationOutput
.