#[non_exhaustive]pub struct UpdateInstanceInputBuilder { /* private fields */ }
Expand description
A builder for UpdateInstanceInput
.
Implementations§
source§impl UpdateInstanceInputBuilder
impl UpdateInstanceInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
Updates the instance name.
This field is required.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.
This field is required.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) -> Result<UpdateInstanceInput, BuildError>
pub fn build(self) -> Result<UpdateInstanceInput, BuildError>
Consumes the builder and constructs a UpdateInstanceInput
.
source§impl UpdateInstanceInputBuilder
impl UpdateInstanceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateInstanceOutput, SdkError<UpdateInstanceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateInstanceOutput, SdkError<UpdateInstanceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateInstanceInputBuilder
impl Clone for UpdateInstanceInputBuilder
source§fn clone(&self) -> UpdateInstanceInputBuilder
fn clone(&self) -> UpdateInstanceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateInstanceInputBuilder
impl Debug for UpdateInstanceInputBuilder
source§impl Default for UpdateInstanceInputBuilder
impl Default for UpdateInstanceInputBuilder
source§fn default() -> UpdateInstanceInputBuilder
fn default() -> UpdateInstanceInputBuilder
source§impl PartialEq for UpdateInstanceInputBuilder
impl PartialEq for UpdateInstanceInputBuilder
source§fn eq(&self, other: &UpdateInstanceInputBuilder) -> bool
fn eq(&self, other: &UpdateInstanceInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.