Interface ProxyBypass.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyBypass.Builder,,ProxyBypass> SdkBuilder<ProxyBypass.Builder,,ProxyBypass> SdkPojo
- Enclosing class:
ProxyBypass
@Mutable
@NotThreadSafe
public static interface ProxyBypass.Builder
extends SdkPojo, CopyableBuilder<ProxyBypass.Builder,ProxyBypass>
-
Method Summary
Modifier and TypeMethodDescriptiondomainPatterns(String... domainPatterns) Array of domain patterns that should bypass the proxy.domainPatterns(Collection<String> domainPatterns) Array of domain patterns that should bypass the proxy.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
-
domainPatterns
Array of domain patterns that should bypass the proxy. Supports
.amazonaws.com.rproxy.govskope.cafor subdomain matching oramazonaws.comfor exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.- Parameters:
domainPatterns- Array of domain patterns that should bypass the proxy. Supports.amazonaws.com.rproxy.govskope.cafor subdomain matching oramazonaws.comfor exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainPatterns
Array of domain patterns that should bypass the proxy. Supports
.amazonaws.com.rproxy.govskope.cafor subdomain matching oramazonaws.comfor exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.- Parameters:
domainPatterns- Array of domain patterns that should bypass the proxy. Supports.amazonaws.com.rproxy.govskope.cafor subdomain matching oramazonaws.comfor exact domain matching. Requests to these domains connect directly without using any proxy. Maximum 253 characters per pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-