Struct aws_sdk_ssoadmin::operation::describe_permission_set::builders::DescribePermissionSetInputBuilder
source · #[non_exhaustive]pub struct DescribePermissionSetInputBuilder { /* private fields */ }Expand description
A builder for DescribePermissionSetInput.
Implementations§
source§impl DescribePermissionSetInputBuilder
impl DescribePermissionSetInputBuilder
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.
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.
sourcepub fn build(self) -> Result<DescribePermissionSetInput, BuildError>
pub fn build(self) -> Result<DescribePermissionSetInput, BuildError>
Consumes the builder and constructs a DescribePermissionSetInput.
Trait Implementations§
source§impl Clone for DescribePermissionSetInputBuilder
impl Clone for DescribePermissionSetInputBuilder
source§fn clone(&self) -> DescribePermissionSetInputBuilder
fn clone(&self) -> DescribePermissionSetInputBuilder
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 DescribePermissionSetInputBuilder
impl Default for DescribePermissionSetInputBuilder
source§fn default() -> DescribePermissionSetInputBuilder
fn default() -> DescribePermissionSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribePermissionSetInputBuilder> for DescribePermissionSetInputBuilder
impl PartialEq<DescribePermissionSetInputBuilder> for DescribePermissionSetInputBuilder
source§fn eq(&self, other: &DescribePermissionSetInputBuilder) -> bool
fn eq(&self, other: &DescribePermissionSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.