Uses of Interface
software.amazon.awssdk.services.lakeformation.auth.scheme.LakeFormationAuthSchemeParams.Builder
-
Packages that use LakeFormationAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.lakeformation.auth.scheme software.amazon.awssdk.services.lakeformation.auth.scheme.internal -
-
Uses of LakeFormationAuthSchemeParams.Builder in software.amazon.awssdk.services.lakeformation.auth.scheme
Methods in software.amazon.awssdk.services.lakeformation.auth.scheme that return LakeFormationAuthSchemeParams.Builder Modifier and Type Method Description static LakeFormationAuthSchemeParams.BuilderLakeFormationAuthSchemeParams. builder()Get a new builder for creating aLakeFormationAuthSchemeParams.LakeFormationAuthSchemeParams.BuilderLakeFormationAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.LakeFormationAuthSchemeParams.BuilderLakeFormationAuthSchemeParams.Builder. region(Region region)Set the region.LakeFormationAuthSchemeParams.BuilderLakeFormationAuthSchemeParams. toBuilder()Returns aLakeFormationAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.lakeformation.auth.scheme with type arguments of type LakeFormationAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>LakeFormationAuthSchemeProvider. resolveAuthScheme(Consumer<LakeFormationAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of LakeFormationAuthSchemeParams.Builder in software.amazon.awssdk.services.lakeformation.auth.scheme.internal
Methods in software.amazon.awssdk.services.lakeformation.auth.scheme.internal that return LakeFormationAuthSchemeParams.Builder Modifier and Type Method Description static LakeFormationAuthSchemeParams.BuilderDefaultLakeFormationAuthSchemeParams. builder()LakeFormationAuthSchemeParams.BuilderDefaultLakeFormationAuthSchemeParams. toBuilder()
-