Struct aws_sdk_ssoadmin::operation::delete_permission_set::builders::DeletePermissionSetInputBuilder
source · #[non_exhaustive]pub struct DeletePermissionSetInputBuilder { /* private fields */ }
Expand description
A builder for DeletePermissionSetInput
.
Implementations§
source§impl DeletePermissionSetInputBuilder
impl DeletePermissionSetInputBuilder
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 permission_set_arn(self, input: impl Into<String>) -> Self
pub fn permission_set_arn(self, input: impl Into<String>) -> Self
The ARN of the permission set that should be deleted.
sourcepub fn set_permission_set_arn(self, input: Option<String>) -> Self
pub fn set_permission_set_arn(self, input: Option<String>) -> Self
The ARN of the permission set that should be deleted.
sourcepub fn build(self) -> Result<DeletePermissionSetInput, BuildError>
pub fn build(self) -> Result<DeletePermissionSetInput, BuildError>
Consumes the builder and constructs a DeletePermissionSetInput
.
Trait Implementations§
source§impl Clone for DeletePermissionSetInputBuilder
impl Clone for DeletePermissionSetInputBuilder
source§fn clone(&self) -> DeletePermissionSetInputBuilder
fn clone(&self) -> DeletePermissionSetInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DeletePermissionSetInputBuilder
impl Default for DeletePermissionSetInputBuilder
source§fn default() -> DeletePermissionSetInputBuilder
fn default() -> DeletePermissionSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeletePermissionSetInputBuilder> for DeletePermissionSetInputBuilder
impl PartialEq<DeletePermissionSetInputBuilder> for DeletePermissionSetInputBuilder
source§fn eq(&self, other: &DeletePermissionSetInputBuilder) -> bool
fn eq(&self, other: &DeletePermissionSetInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeletePermissionSetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeletePermissionSetInputBuilder
impl Send for DeletePermissionSetInputBuilder
impl Sync for DeletePermissionSetInputBuilder
impl Unpin for DeletePermissionSetInputBuilder
impl UnwindSafe for DeletePermissionSetInputBuilder
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
Mutably borrows from an owned value. Read more