Struct aws_sdk_cloudformation::operation::delete_stack_set::builders::DeleteStackSetInputBuilder
source · #[non_exhaustive]pub struct DeleteStackSetInputBuilder { /* private fields */ }Expand description
A builder for DeleteStackSetInput.
Implementations§
source§impl DeleteStackSetInputBuilder
impl DeleteStackSetInputBuilder
sourcepub fn stack_set_name(self, input: impl Into<String>) -> Self
pub fn stack_set_name(self, input: impl Into<String>) -> Self
The name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets.
sourcepub fn set_stack_set_name(self, input: Option<String>) -> Self
pub fn set_stack_set_name(self, input: Option<String>) -> Self
The name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets.
sourcepub fn call_as(self, input: CallAs) -> Self
pub fn call_as(self, input: CallAs) -> Self
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF is specified. Use SELF for stack sets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
sourcepub fn set_call_as(self, input: Option<CallAs>) -> Self
pub fn set_call_as(self, input: Option<CallAs>) -> Self
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF is specified. Use SELF for stack sets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
sourcepub fn build(self) -> Result<DeleteStackSetInput, BuildError>
pub fn build(self) -> Result<DeleteStackSetInput, BuildError>
Consumes the builder and constructs a DeleteStackSetInput.
Trait Implementations§
source§impl Clone for DeleteStackSetInputBuilder
impl Clone for DeleteStackSetInputBuilder
source§fn clone(&self) -> DeleteStackSetInputBuilder
fn clone(&self) -> DeleteStackSetInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DeleteStackSetInputBuilder
impl Debug for DeleteStackSetInputBuilder
source§impl Default for DeleteStackSetInputBuilder
impl Default for DeleteStackSetInputBuilder
source§fn default() -> DeleteStackSetInputBuilder
fn default() -> DeleteStackSetInputBuilder
source§impl PartialEq<DeleteStackSetInputBuilder> for DeleteStackSetInputBuilder
impl PartialEq<DeleteStackSetInputBuilder> for DeleteStackSetInputBuilder
source§fn eq(&self, other: &DeleteStackSetInputBuilder) -> bool
fn eq(&self, other: &DeleteStackSetInputBuilder) -> bool
self and other values to be equal, and is used
by ==.