| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static Location.Builder |
Location.builder() |
Location.Builder |
Location.Builder.path(Collection<PathElement> path)
A path in a policy, represented as a sequence of path elements.
|
Location.Builder |
Location.Builder.path(Consumer<PathElement.Builder>... path)
A path in a policy, represented as a sequence of path elements.
|
Location.Builder |
Location.Builder.path(PathElement... path)
A path in a policy, represented as a sequence of path elements.
|
default Location.Builder |
Location.Builder.span(Consumer<Span.Builder> span)
A span in a policy.
|
Location.Builder |
Location.Builder.span(Span span)
A span in a policy.
|
Location.Builder |
Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Location.Builder> |
Location.serializableBuilderClass() |
Copyright © 2023. All rights reserved.