Class LambdaCoreEndpointParams
java.lang.Object
software.amazon.awssdk.services.lambdacore.endpoints.LambdaCoreEndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<LambdaCoreEndpointParams.Builder,LambdaCoreEndpointParams>
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public final class LambdaCoreEndpointParams
extends Object
implements ToCopyableBuilder<LambdaCoreEndpointParams.Builder,LambdaCoreEndpointParams>
The parameters object used to resolve an endpoint for the LambdaCore service.
-
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<LambdaCoreEndpointParams.Builder,LambdaCoreEndpointParams> - Returns:
- a builder for type T
-