Interface MatchPaths.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MatchPaths.Builder,,MatchPaths> SdkBuilder<MatchPaths.Builder,,MatchPaths> SdkPojo
- Enclosing class:
MatchPaths
@Mutable
@NotThreadSafe
public static interface MatchPaths.Builder
extends SdkPojo, CopyableBuilder<MatchPaths.Builder,MatchPaths>
-
Method Summary
Modifier and TypeMethodDescriptionA list of path patterns.anyOf(Collection<String> anyOf) A list of path patterns.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
anyOf
A list of path patterns. The condition is met if the request path matches any of the patterns.
- Parameters:
anyOf- A list of path patterns. The condition is met if the request path matches any of the patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anyOf
A list of path patterns. The condition is met if the request path matches any of the patterns.
- Parameters:
anyOf- A list of path patterns. The condition is met if the request path matches any of the patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-