Interface LakeFormationScopeUnion.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<LakeFormationScopeUnion.Builder,LakeFormationScopeUnion>
,SdkBuilder<LakeFormationScopeUnion.Builder,LakeFormationScopeUnion>
,SdkPojo
- Enclosing class:
- LakeFormationScopeUnion
public static interface LakeFormationScopeUnion.Builder extends SdkPojo, CopyableBuilder<LakeFormationScopeUnion.Builder,LakeFormationScopeUnion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default LakeFormationScopeUnion.Builder
lakeFormationQuery(Consumer<LakeFormationQuery.Builder> lakeFormationQuery)
The Lake Formation scope.LakeFormationScopeUnion.Builder
lakeFormationQuery(LakeFormationQuery lakeFormationQuery)
The Lake Formation scope.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
lakeFormationQuery
LakeFormationScopeUnion.Builder lakeFormationQuery(LakeFormationQuery lakeFormationQuery)
The Lake Formation scope.
- Parameters:
lakeFormationQuery
- The Lake Formation scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lakeFormationQuery
default LakeFormationScopeUnion.Builder lakeFormationQuery(Consumer<LakeFormationQuery.Builder> lakeFormationQuery)
The Lake Formation scope.
This is a convenience method that creates an instance of theLakeFormationQuery.Builder
avoiding the need to create one manually viaLakeFormationQuery.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolakeFormationQuery(LakeFormationQuery)
.- Parameters:
lakeFormationQuery
- a consumer that will call methods onLakeFormationQuery.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lakeFormationQuery(LakeFormationQuery)
-
-