Uses of Interface
software.amazon.awssdk.services.lakeformation.endpoints.LakeFormationEndpointParams.Builder
-
Packages that use LakeFormationEndpointParams.Builder Package Description software.amazon.awssdk.services.lakeformation.endpoints -
-
Uses of LakeFormationEndpointParams.Builder in software.amazon.awssdk.services.lakeformation.endpoints
Methods in software.amazon.awssdk.services.lakeformation.endpoints that return LakeFormationEndpointParams.Builder Modifier and Type Method Description static LakeFormationEndpointParams.BuilderLakeFormationEndpointParams. builder()LakeFormationEndpointParams.BuilderLakeFormationEndpointParams.Builder. endpoint(String endpoint)LakeFormationEndpointParams.BuilderLakeFormationEndpointParams.Builder. region(Region region)LakeFormationEndpointParams.BuilderLakeFormationEndpointParams. toBuilder()LakeFormationEndpointParams.BuilderLakeFormationEndpointParams.Builder. useDualStack(Boolean useDualStack)LakeFormationEndpointParams.BuilderLakeFormationEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.lakeformation.endpoints with type arguments of type LakeFormationEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>LakeFormationEndpointProvider. resolveEndpoint(Consumer<LakeFormationEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-