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 SSO instance under which the operation will be executed.
|
DetachManagedPolicyFromPermissionSetRequest.Builder |
managedPolicyArn(String managedPolicyArn)
The IAM managed policy ARN to be attached to 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 SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about
ARNs, see Amazon Resource Names (ARNs) and
Amazon Web Services Service Namespaces in the Amazon Web Services 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 IAM managed policy ARN to be attached to a permission set.
managedPolicyArn - The IAM managed policy ARN to be attached to 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.