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 SSO instance under which the operation will be executed.
|
AttachManagedPolicyToPermissionSetRequest.Builder |
managedPolicyArn(String managedPolicyArn)
The IAM 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 SSO 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 SSO 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.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 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.AttachManagedPolicyToPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAttachManagedPolicyToPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.