public static interface ExplicitDeny.Builder extends SdkPojo, CopyableBuilder<ExplicitDeny.Builder,ExplicitDeny>
| Modifier and Type | Method and Description |
|---|---|
ExplicitDeny.Builder |
policies(Collection<Policy> policies)
The policies that denied the authorization.
|
ExplicitDeny.Builder |
policies(Consumer<Policy.Builder>... policies)
The policies that denied the authorization.
|
ExplicitDeny.Builder |
policies(Policy... policies)
The policies that denied the authorization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExplicitDeny.Builder policies(Collection<Policy> policies)
The policies that denied the authorization.
policies - The policies that denied the authorization.ExplicitDeny.Builder policies(Policy... policies)
The policies that denied the authorization.
policies - The policies that denied the authorization.ExplicitDeny.Builder policies(Consumer<Policy.Builder>... policies)
The policies that denied the authorization.
This is a convenience method that creates an instance of thePolicy.Builder avoiding the need to create one manually via
Policy.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 Policy.Builder#policies(java.util.Collection) Copyright © 2022. All rights reserved.