#[non_exhaustive]pub struct CreateInstanceOutputBuilder { /* private fields */ }
Expand description
A builder for CreateInstanceOutput
.
Implementations§
source§impl CreateInstanceOutputBuilder
impl CreateInstanceOutputBuilder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The ARN of the instance of IAM Identity Center under which the operation will run.
For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn set_instance_arn(self, input: Option<String>) -> Self
pub fn set_instance_arn(self, input: Option<String>) -> Self
The ARN of the instance of IAM Identity Center under which the operation will run.
For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn get_instance_arn(&self) -> &Option<String>
pub fn get_instance_arn(&self) -> &Option<String>
The ARN of the instance of IAM Identity Center under which the operation will run.
For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn build(self) -> CreateInstanceOutput
pub fn build(self) -> CreateInstanceOutput
Consumes the builder and constructs a CreateInstanceOutput
.
Trait Implementations§
source§impl Clone for CreateInstanceOutputBuilder
impl Clone for CreateInstanceOutputBuilder
source§fn clone(&self) -> CreateInstanceOutputBuilder
fn clone(&self) -> CreateInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateInstanceOutputBuilder
impl Debug for CreateInstanceOutputBuilder
source§impl Default for CreateInstanceOutputBuilder
impl Default for CreateInstanceOutputBuilder
source§fn default() -> CreateInstanceOutputBuilder
fn default() -> CreateInstanceOutputBuilder
source§impl PartialEq for CreateInstanceOutputBuilder
impl PartialEq for CreateInstanceOutputBuilder
source§fn eq(&self, other: &CreateInstanceOutputBuilder) -> bool
fn eq(&self, other: &CreateInstanceOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.