public static interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder,AttachCustomerManagedPolicyReferenceToPermissionSetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn - The ARN of the IAM Identity Center instance under which the operation will be executed.AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet.
permissionSetArn - The ARN of the PermissionSet.AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder customerManagedPolicyReference(CustomerManagedPolicyReference customerManagedPolicyReference)
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.
customerManagedPolicyReference - Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the
name and path in each AWS account where you want to deploy your permission set.default AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder customerManagedPolicyReference(Consumer<CustomerManagedPolicyReference.Builder> customerManagedPolicyReference)
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.
This is a convenience method that creates an instance of theCustomerManagedPolicyReference.Builder
avoiding the need to create one manually via CustomerManagedPolicyReference.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
customerManagedPolicyReference(CustomerManagedPolicyReference).
customerManagedPolicyReference - a consumer that will call methods on CustomerManagedPolicyReference.BuildercustomerManagedPolicyReference(CustomerManagedPolicyReference)AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.