public static interface AttachManagedPolicyToPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<AttachManagedPolicyToPermissionSetRequest.Builder,AttachManagedPolicyToPermissionSetRequest>
| Modifier and Type | Method and Description |
|---|---|
AttachManagedPolicyToPermissionSetRequest.Builder |
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
AttachManagedPolicyToPermissionSetRequest.Builder |
managedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be attached to a permission set.
|
AttachManagedPolicyToPermissionSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachManagedPolicyToPermissionSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachManagedPolicyToPermissionSetRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet that the managed policy should be attached to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachManagedPolicyToPermissionSetRequest.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 Amazon Web Services Service Namespaces in the Amazon Web Services 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 Amazon Web Services Service Namespaces in the Amazon Web Services General
Reference.AttachManagedPolicyToPermissionSetRequest.Builder managedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN to be attached to a permission set.
managedPolicyArn - The Amazon Web Services managed policy ARN to be attached to a permission set.AttachManagedPolicyToPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet that the managed policy should be attached to.
permissionSetArn - The ARN of the PermissionSet that the managed policy should be attached to.AttachManagedPolicyToPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAttachManagedPolicyToPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.