public static interface PolicyToPath.Builder extends CopyableBuilder<PolicyToPath.Builder,PolicyToPath>
Modifier and Type | Method and Description |
---|---|
PolicyToPath.Builder |
path(String path)
The path that is referenced from the root.
|
PolicyToPath.Builder |
policies(Collection<PolicyAttachment> policies)
List of policy objects.
|
PolicyToPath.Builder |
policies(PolicyAttachment... policies)
List of policy objects.
|
copy
apply, build
PolicyToPath.Builder path(String path)
The path that is referenced from the root.
path
- The path that is referenced from the root.PolicyToPath.Builder policies(Collection<PolicyAttachment> policies)
List of policy objects.
policies
- List of policy objects.PolicyToPath.Builder policies(PolicyAttachment... policies)
List of policy objects.
policies
- List of policy objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.