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