pub struct Builder { /* private fields */ }
Expand description
A builder for CreateAppInstanceAdminInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn app_instance_admin_arn(self, input: impl Into<String>) -> Self
pub fn app_instance_admin_arn(self, input: impl Into<String>) -> Self
The ARN of the administrator of the current AppInstance
.
sourcepub fn set_app_instance_admin_arn(self, input: Option<String>) -> Self
pub fn set_app_instance_admin_arn(self, input: Option<String>) -> Self
The ARN of the administrator of the current AppInstance
.
sourcepub fn app_instance_arn(self, input: impl Into<String>) -> Self
pub fn app_instance_arn(self, input: impl Into<String>) -> Self
The ARN of the AppInstance
.
sourcepub fn set_app_instance_arn(self, input: Option<String>) -> Self
pub fn set_app_instance_arn(self, input: Option<String>) -> Self
The ARN of the AppInstance
.
sourcepub fn build(self) -> Result<CreateAppInstanceAdminInput, BuildError>
pub fn build(self) -> Result<CreateAppInstanceAdminInput, BuildError>
Consumes the builder and constructs a CreateAppInstanceAdminInput
.