Struct aws_sdk_ssoadmin::model::instance_metadata::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InstanceMetadata
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS 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 IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
sourcepub fn identity_store_id(self, input: impl Into<String>) -> Self
pub fn identity_store_id(self, input: impl Into<String>) -> Self
The identifier of the identity store that is connected to the IAM Identity Center instance.
sourcepub fn set_identity_store_id(self, input: Option<String>) -> Self
pub fn set_identity_store_id(self, input: Option<String>) -> Self
The identifier of the identity store that is connected to the IAM Identity Center instance.
sourcepub fn build(self) -> InstanceMetadata
pub fn build(self) -> InstanceMetadata
Consumes the builder and constructs a InstanceMetadata
.