Class Wafv2EndpointParams
java.lang.Object
software.amazon.awssdk.services.wafv2.endpoints.Wafv2EndpointParams
- All Implemented Interfaces:
 ToCopyableBuilder<Wafv2EndpointParams.Builder,Wafv2EndpointParams> 
@Generated("software.amazon.awssdk:codegen")
public final class Wafv2EndpointParams
extends Object
implements ToCopyableBuilder<Wafv2EndpointParams.Builder,Wafv2EndpointParams> 
The parameters object used to resolve an endpoint for the Wafv2 service.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic Wafv2EndpointParams.Builderbuilder()endpoint()region()Take this object and create a builder that contains all of the current property values of this object.useFips()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
builder
 - 
region
 - 
useDualStack
 - 
useFips
 - 
endpoint
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<Wafv2EndpointParams.Builder,Wafv2EndpointParams> - Returns:
 - a builder for type T
 
 
 -