Interface CustomerManagedPolicyReference.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomerManagedPolicyReference.Builder,CustomerManagedPolicyReference>
,SdkBuilder<CustomerManagedPolicyReference.Builder,CustomerManagedPolicyReference>
,SdkPojo
- Enclosing class:
- CustomerManagedPolicyReference
public static interface CustomerManagedPolicyReference.Builder extends SdkPojo, CopyableBuilder<CustomerManagedPolicyReference.Builder,CustomerManagedPolicyReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerManagedPolicyReference.Builder
name(String name)
The name of the IAM policy that you have configured in each account where you want to deploy your permission set.CustomerManagedPolicyReference.Builder
path(String path)
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 Detail
-
name
CustomerManagedPolicyReference.Builder name(String 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
CustomerManagedPolicyReference.Builder path(String 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.
-
-