Interface CustomerManagedPolicyReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomerManagedPolicyReference.Builder,
,CustomerManagedPolicyReference> SdkBuilder<CustomerManagedPolicyReference.Builder,
,CustomerManagedPolicyReference> SdkPojo
- Enclosing class:
CustomerManagedPolicyReference
@Mutable
@NotThreadSafe
public static interface CustomerManagedPolicyReference.Builder
extends SdkPojo, CopyableBuilder<CustomerManagedPolicyReference.Builder,CustomerManagedPolicyReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the IAM policy that you have configured in each account where you want to deploy your permission set.The path to the IAM policy that you have configured in each account where you want to deploy your permission set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the IAM policy that you have configured in each account where you want to deploy your permission set.
- Parameters:
name
- The name of the IAM policy that you have configured in each account where you want to deploy your permission set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is
/
. For more information, see Friendly names and paths in the IAM User Guide.- Parameters:
path
- The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is/
. For more information, see Friendly names and paths in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-