public static interface PermissionsBoundary.Builder extends SdkPojo, CopyableBuilder<PermissionsBoundary.Builder,PermissionsBoundary>
| Modifier and Type | Method and Description |
|---|---|
default PermissionsBoundary.Builder |
customerManagedPolicyReference(Consumer<CustomerManagedPolicyReference.Builder> customerManagedPolicyReference)
Specifies the name and path of a customer managed policy.
|
PermissionsBoundary.Builder |
customerManagedPolicyReference(CustomerManagedPolicyReference customerManagedPolicyReference)
Specifies the name and path of a customer managed policy.
|
PermissionsBoundary.Builder |
managedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN that you want to attach to a permission set as a permissions
boundary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPermissionsBoundary.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 Amazon Web Services 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 Amazon Web Services account where you want to deploy your permission set.default PermissionsBoundary.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 Amazon Web Services 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)PermissionsBoundary.Builder managedPolicyArn(String managedPolicyArn)
The Amazon Web Services managed policy ARN that you want to attach to a permission set as a permissions boundary.
managedPolicyArn - The Amazon Web Services managed policy ARN that you want to attach to a permission set as a
permissions boundary.Copyright © 2023. All rights reserved.