public static interface ImplicitDeny.Builder extends SdkPojo, CopyableBuilder<ImplicitDeny.Builder,ImplicitDeny>
| Modifier and Type | Method and Description |
|---|---|
ImplicitDeny.Builder |
policies(Collection<Policy> policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
ImplicitDeny.Builder |
policies(Consumer<Policy.Builder>... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
ImplicitDeny.Builder |
policies(Policy... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImplicitDeny.Builder policies(Collection<Policy> policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
policies - Policies that don't contain a matching allow or deny statement for the specified action on the
specified resource.ImplicitDeny.Builder policies(Policy... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
policies - Policies that don't contain a matching allow or deny statement for the specified action on the
specified resource.ImplicitDeny.Builder policies(Consumer<Policy.Builder>... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.
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.