Struct aws_sdk_imagebuilder::operation::start_resource_state_update::builders::StartResourceStateUpdateFluentBuilder
source · pub struct StartResourceStateUpdateFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to StartResourceStateUpdate
.
Begin asynchronous resource state update for lifecycle changes to the specified image resources.
Implementations§
source§impl StartResourceStateUpdateFluentBuilder
impl StartResourceStateUpdateFluentBuilder
sourcepub fn as_input(&self) -> &StartResourceStateUpdateInputBuilder
pub fn as_input(&self) -> &StartResourceStateUpdateInputBuilder
Access the StartResourceStateUpdate as a reference.
sourcepub async fn send(
self
) -> Result<StartResourceStateUpdateOutput, SdkError<StartResourceStateUpdateError, HttpResponse>>
pub async fn send( self ) -> Result<StartResourceStateUpdateOutput, SdkError<StartResourceStateUpdateError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<StartResourceStateUpdateOutput, StartResourceStateUpdateError, Self>
pub fn customize( self ) -> CustomizableOperation<StartResourceStateUpdateOutput, StartResourceStateUpdateError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The ARN of the Image Builder resource that is updated. The state update might also impact associated resources.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The ARN of the Image Builder resource that is updated. The state update might also impact associated resources.
sourcepub fn get_resource_arn(&self) -> &Option<String>
pub fn get_resource_arn(&self) -> &Option<String>
The ARN of the Image Builder resource that is updated. The state update might also impact associated resources.
sourcepub fn state(self, input: ResourceState) -> Self
pub fn state(self, input: ResourceState) -> Self
Indicates the lifecycle action to take for this request.
sourcepub fn set_state(self, input: Option<ResourceState>) -> Self
pub fn set_state(self, input: Option<ResourceState>) -> Self
Indicates the lifecycle action to take for this request.
sourcepub fn get_state(&self) -> &Option<ResourceState>
pub fn get_state(&self) -> &Option<ResourceState>
Indicates the lifecycle action to take for this request.
sourcepub fn execution_role(self, input: impl Into<String>) -> Self
pub fn execution_role(self, input: impl Into<String>) -> Self
The name or Amazon Resource Name (ARN) of the IAM role that’s used to update image state.
sourcepub fn set_execution_role(self, input: Option<String>) -> Self
pub fn set_execution_role(self, input: Option<String>) -> Self
The name or Amazon Resource Name (ARN) of the IAM role that’s used to update image state.
sourcepub fn get_execution_role(&self) -> &Option<String>
pub fn get_execution_role(&self) -> &Option<String>
The name or Amazon Resource Name (ARN) of the IAM role that’s used to update image state.
sourcepub fn include_resources(
self,
input: ResourceStateUpdateIncludeResources
) -> Self
pub fn include_resources( self, input: ResourceStateUpdateIncludeResources ) -> Self
A list of image resources to update state for.
sourcepub fn set_include_resources(
self,
input: Option<ResourceStateUpdateIncludeResources>
) -> Self
pub fn set_include_resources( self, input: Option<ResourceStateUpdateIncludeResources> ) -> Self
A list of image resources to update state for.
sourcepub fn get_include_resources(
&self
) -> &Option<ResourceStateUpdateIncludeResources>
pub fn get_include_resources( &self ) -> &Option<ResourceStateUpdateIncludeResources>
A list of image resources to update state for.
sourcepub fn exclusion_rules(self, input: ResourceStateUpdateExclusionRules) -> Self
pub fn exclusion_rules(self, input: ResourceStateUpdateExclusionRules) -> Self
Skip action on the image resource and associated resources if specified exclusion rules are met.
sourcepub fn set_exclusion_rules(
self,
input: Option<ResourceStateUpdateExclusionRules>
) -> Self
pub fn set_exclusion_rules( self, input: Option<ResourceStateUpdateExclusionRules> ) -> Self
Skip action on the image resource and associated resources if specified exclusion rules are met.
sourcepub fn get_exclusion_rules(&self) -> &Option<ResourceStateUpdateExclusionRules>
pub fn get_exclusion_rules(&self) -> &Option<ResourceStateUpdateExclusionRules>
Skip action on the image resource and associated resources if specified exclusion rules are met.
sourcepub fn update_at(self, input: DateTime) -> Self
pub fn update_at(self, input: DateTime) -> Self
The timestamp that indicates when resources are updated by a lifecycle action.
sourcepub fn set_update_at(self, input: Option<DateTime>) -> Self
pub fn set_update_at(self, input: Option<DateTime>) -> Self
The timestamp that indicates when resources are updated by a lifecycle action.
sourcepub fn get_update_at(&self) -> &Option<DateTime>
pub fn get_update_at(&self) -> &Option<DateTime>
The timestamp that indicates when resources are updated by a lifecycle action.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
Trait Implementations§
source§impl Clone for StartResourceStateUpdateFluentBuilder
impl Clone for StartResourceStateUpdateFluentBuilder
source§fn clone(&self) -> StartResourceStateUpdateFluentBuilder
fn clone(&self) -> StartResourceStateUpdateFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreAuto Trait Implementations§
impl Freeze for StartResourceStateUpdateFluentBuilder
impl !RefUnwindSafe for StartResourceStateUpdateFluentBuilder
impl Send for StartResourceStateUpdateFluentBuilder
impl Sync for StartResourceStateUpdateFluentBuilder
impl Unpin for StartResourceStateUpdateFluentBuilder
impl !UnwindSafe for StartResourceStateUpdateFluentBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more