public static interface DetachManagedPolicyFromPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DetachManagedPolicyFromPermissionSetRequest.Builder,DetachManagedPolicyFromPermissionSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachManagedPolicyFromPermissionSetRequest.Builder |
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
DetachManagedPolicyFromPermissionSetRequest.Builder |
managedPolicyArn(String managedPolicyArn)
The AWS managed policy ARN to be detached from a permission set.
|
DetachManagedPolicyFromPermissionSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachManagedPolicyFromPermissionSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetachManagedPolicyFromPermissionSetRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the policy should be detached.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetachManagedPolicyFromPermissionSetRequest.Builder instanceArn(String instanceArn)
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.
instanceArn - 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.DetachManagedPolicyFromPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the policy should be detached.
permissionSetArn - The ARN of the PermissionSet from which the policy should be detached.DetachManagedPolicyFromPermissionSetRequest.Builder managedPolicyArn(String managedPolicyArn)
The AWS managed policy ARN to be detached from a permission set.
managedPolicyArn - The AWS managed policy ARN to be detached from a permission set.DetachManagedPolicyFromPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetachManagedPolicyFromPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.