public static interface PolicyToPath.Builder extends SdkPojo, 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(Consumer<PolicyAttachment.Builder>... policies)
List of policy objects.
|
PolicyToPath.Builder |
policies(PolicyAttachment... policies)
List of policy objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.
policies - List of policy objects.PolicyToPath.Builder policies(Consumer<PolicyAttachment.Builder>... policies)
List of policy objects.
This is a convenience method that creates an instance of thePolicyAttachment.Builder avoiding the need to
create one manually via
PolicyAttachment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #policies(List.
policies - a consumer that will call methods on
PolicyAttachment.Builder#policies(java.util.Collection) Copyright © 2022. All rights reserved.