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.
|
copy
applyMutation, build
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.
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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #policies(List)
.policies
- a consumer that will call methods on List.Builder
#policies(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.