Interface RoutingRuleMatchBasePaths.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoutingRuleMatchBasePaths.Builder,
,RoutingRuleMatchBasePaths> SdkBuilder<RoutingRuleMatchBasePaths.Builder,
,RoutingRuleMatchBasePaths> SdkPojo
- Enclosing class:
RoutingRuleMatchBasePaths
@Mutable
@NotThreadSafe
public static interface RoutingRuleMatchBasePaths.Builder
extends SdkPojo, CopyableBuilder<RoutingRuleMatchBasePaths.Builder,RoutingRuleMatchBasePaths>
-
Method Summary
Modifier and TypeMethodDescriptionThe string of the case sensitive base path to be matched.anyOf
(Collection<String> anyOf) The string of the case sensitive base path to be matched.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
anyOf
The string of the case sensitive base path to be matched.- Parameters:
anyOf
- The string of the case sensitive base path to be matched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anyOf
The string of the case sensitive base path to be matched.- Parameters:
anyOf
- The string of the case sensitive base path to be matched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-