Interface ListLakeFormationOptInsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListLakeFormationOptInsResponse.Builder,
,ListLakeFormationOptInsResponse> LakeFormationResponse.Builder
,SdkBuilder<ListLakeFormationOptInsResponse.Builder,
,ListLakeFormationOptInsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLakeFormationOptInsResponse
@Mutable
@NotThreadSafe
public static interface ListLakeFormationOptInsResponse.Builder
extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<ListLakeFormationOptInsResponse.Builder,ListLakeFormationOptInsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlakeFormationOptInsInfoList
(Collection<LakeFormationOptInsInfo> lakeFormationOptInsInfoList) A list of principal-resource pairs that have Lake Formation permissins enforced.lakeFormationOptInsInfoList
(Consumer<LakeFormationOptInsInfo.Builder>... lakeFormationOptInsInfoList) A list of principal-resource pairs that have Lake Formation permissins enforced.lakeFormationOptInsInfoList
(LakeFormationOptInsInfo... lakeFormationOptInsInfoList) A list of principal-resource pairs that have Lake Formation permissins enforced.A continuation token, if this is not the first call to retrieve this list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
lakeFormationOptInsInfoList
ListLakeFormationOptInsResponse.Builder lakeFormationOptInsInfoList(Collection<LakeFormationOptInsInfo> lakeFormationOptInsInfoList) A list of principal-resource pairs that have Lake Formation permissins enforced.
- Parameters:
lakeFormationOptInsInfoList
- A list of principal-resource pairs that have Lake Formation permissins enforced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lakeFormationOptInsInfoList
ListLakeFormationOptInsResponse.Builder lakeFormationOptInsInfoList(LakeFormationOptInsInfo... lakeFormationOptInsInfoList) A list of principal-resource pairs that have Lake Formation permissins enforced.
- Parameters:
lakeFormationOptInsInfoList
- A list of principal-resource pairs that have Lake Formation permissins enforced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lakeFormationOptInsInfoList
ListLakeFormationOptInsResponse.Builder lakeFormationOptInsInfoList(Consumer<LakeFormationOptInsInfo.Builder>... lakeFormationOptInsInfoList) A list of principal-resource pairs that have Lake Formation permissins enforced.
This is a convenience method that creates an instance of theLakeFormationOptInsInfo.Builder
avoiding the need to create one manually viaLakeFormationOptInsInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolakeFormationOptInsInfoList(List<LakeFormationOptInsInfo>)
.- Parameters:
lakeFormationOptInsInfoList
- a consumer that will call methods onLakeFormationOptInsInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token, if this is not the first call to retrieve this list.
- Parameters:
nextToken
- A continuation token, if this is not the first call to retrieve this list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-