Class LambdaEndpointParams
java.lang.Object
software.amazon.awssdk.services.lambda.endpoints.LambdaEndpointParams
- All Implemented Interfaces:
 ToCopyableBuilder<LambdaEndpointParams.Builder,LambdaEndpointParams> 
@Generated("software.amazon.awssdk:codegen")
public final class LambdaEndpointParams
extends Object
implements ToCopyableBuilder<LambdaEndpointParams.Builder,LambdaEndpointParams> 
The parameters object used to resolve an endpoint for the Lambda service.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic LambdaEndpointParams.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<LambdaEndpointParams.Builder,LambdaEndpointParams> - Returns:
 - a builder for type T
 
 
 -