pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeAccountAssignmentCreationStatusInput
.
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 account_assignment_creation_request_id(
self,
input: impl Into<String>
) -> Self
pub fn account_assignment_creation_request_id(
self,
input: impl Into<String>
) -> Self
The identifier that is used to track the request operation progress.
sourcepub fn set_account_assignment_creation_request_id(
self,
input: Option<String>
) -> Self
pub fn set_account_assignment_creation_request_id(
self,
input: Option<String>
) -> Self
The identifier that is used to track the request operation progress.
sourcepub fn build(
self
) -> Result<DescribeAccountAssignmentCreationStatusInput, BuildError>
pub fn build(
self
) -> Result<DescribeAccountAssignmentCreationStatusInput, BuildError>
Consumes the builder and constructs a DescribeAccountAssignmentCreationStatusInput
.