CopyableBuilder<PolicyToPath.Builder,PolicyToPath>, SdkBuilder<PolicyToPath.Builder,PolicyToPath>public static interface PolicyToPath.Builder extends CopyableBuilder<PolicyToPath.Builder,PolicyToPath>
| Modifier and Type | Method | 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.
|
copyapply, buildPolicyToPath.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.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicies(java.util.Collection) or #withPolicies(java.util.Collection) if you want to
override the existing values.
policies - List of policy objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.