Interface GatewayFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GatewayFilter.Builder,,GatewayFilter> SdkBuilder<GatewayFilter.Builder,,GatewayFilter> SdkPojo
- Enclosing class:
- GatewayFilter
@Mutable
@NotThreadSafe
public static interface GatewayFilter.Builder
extends SdkPojo, CopyableBuilder<GatewayFilter.Builder,GatewayFilter>
-
Method Summary
Modifier and TypeMethodDescriptiontargetPaths(String... targetPaths) A list of target path patterns to include in the A/B test.targetPaths(Collection<String> targetPaths) A list of target path patterns to include in the A/B test.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
-
targetPaths
A list of target path patterns to include in the A/B test.
- Parameters:
targetPaths- A list of target path patterns to include in the A/B test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetPaths
A list of target path patterns to include in the A/B test.
- Parameters:
targetPaths- A list of target path patterns to include in the A/B test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-