Uses of Interface
software.amazon.awssdk.services.redshift.model.LakeFormationQuery.Builder
-
Packages that use LakeFormationQuery.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of LakeFormationQuery.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return LakeFormationQuery.Builder Modifier and Type Method Description LakeFormationQuery.BuilderLakeFormationQuery.Builder. authorization(String authorization)Determines whether the query scope is enabled or disabled.LakeFormationQuery.BuilderLakeFormationQuery.Builder. authorization(ServiceAuthorization authorization)Determines whether the query scope is enabled or disabled.static LakeFormationQuery.BuilderLakeFormationQuery. builder()LakeFormationQuery.BuilderLakeFormationQuery. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type LakeFormationQuery.Builder Modifier and Type Method Description static Class<? extends LakeFormationQuery.Builder>LakeFormationQuery. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type LakeFormationQuery.Builder Modifier and Type Method Description static LakeFormationScopeUnionLakeFormationScopeUnion. fromLakeFormationQuery(Consumer<LakeFormationQuery.Builder> lakeFormationQuery)Create an instance of this class withLakeFormationScopeUnion.lakeFormationQuery()initialized to the given value.default LakeFormationScopeUnion.BuilderLakeFormationScopeUnion.Builder. lakeFormationQuery(Consumer<LakeFormationQuery.Builder> lakeFormationQuery)The Lake Formation scope.
-