Interface ProxyRulesByRequestPhase.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyRulesByRequestPhase.Builder,,ProxyRulesByRequestPhase> SdkBuilder<ProxyRulesByRequestPhase.Builder,,ProxyRulesByRequestPhase> SdkPojo
- Enclosing class:
ProxyRulesByRequestPhase
@Mutable
@NotThreadSafe
public static interface ProxyRulesByRequestPhase.Builder
extends SdkPojo, CopyableBuilder<ProxyRulesByRequestPhase.Builder,ProxyRulesByRequestPhase>
-
Method Summary
Modifier and TypeMethodDescriptionpostRESPONSE(Collection<ProxyRule> postRESPONSE) After receiving response.postRESPONSE(Consumer<ProxyRule.Builder>... postRESPONSE) After receiving response.postRESPONSE(ProxyRule... postRESPONSE) After receiving response.preDNS(Collection<ProxyRule> preDNS) Before domain resolution.preDNS(Consumer<ProxyRule.Builder>... preDNS) Before domain resolution.Before domain resolution.preREQUEST(Collection<ProxyRule> preREQUEST) After DNS, before request.preREQUEST(Consumer<ProxyRule.Builder>... preREQUEST) After DNS, before request.preREQUEST(ProxyRule... preREQUEST) After DNS, before request.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
-
preDNS
Before domain resolution.
- Parameters:
preDNS- Before domain resolution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preDNS
Before domain resolution.
- Parameters:
preDNS- Before domain resolution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preDNS
Before domain resolution.
This is a convenience method that creates an instance of theProxyRule.Builderavoiding the need to create one manually viaProxyRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topreDNS(List<ProxyRule>).- Parameters:
preDNS- a consumer that will call methods onProxyRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
preREQUEST
After DNS, before request.
- Parameters:
preREQUEST- After DNS, before request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preREQUEST
After DNS, before request.
- Parameters:
preREQUEST- After DNS, before request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preREQUEST
After DNS, before request.
This is a convenience method that creates an instance of theProxyRule.Builderavoiding the need to create one manually viaProxyRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topreREQUEST(List<ProxyRule>).- Parameters:
preREQUEST- a consumer that will call methods onProxyRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
postRESPONSE
After receiving response.
- Parameters:
postRESPONSE- After receiving response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postRESPONSE
After receiving response.
- Parameters:
postRESPONSE- After receiving response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postRESPONSE
After receiving response.
This is a convenience method that creates an instance of theProxyRule.Builderavoiding the need to create one manually viaProxyRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topostRESPONSE(List<ProxyRule>).- Parameters:
postRESPONSE- a consumer that will call methods onProxyRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-