Interface LakeFormationQuery.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LakeFormationQuery.Builder,,LakeFormationQuery> SdkBuilder<LakeFormationQuery.Builder,,LakeFormationQuery> SdkPojo
- Enclosing class:
 LakeFormationQuery
public static interface LakeFormationQuery.Builder
extends SdkPojo, CopyableBuilder<LakeFormationQuery.Builder,LakeFormationQuery> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthorization(String authorization) Determines whether the query scope is enabled or disabled.authorization(ServiceAuthorization authorization) Determines whether the query scope is enabled or disabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
authorization
Determines whether the query scope is enabled or disabled.
- Parameters:
 authorization- Determines whether the query scope is enabled or disabled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
authorization
Determines whether the query scope is enabled or disabled.
- Parameters:
 authorization- Determines whether the query scope is enabled or disabled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -