public static interface ListLakeFormationOptInsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<ListLakeFormationOptInsResponse.Builder,ListLakeFormationOptInsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLakeFormationOptInsResponse.Builder |
lakeFormationOptInsInfoList(Collection<LakeFormationOptInsInfo> lakeFormationOptInsInfoList)
A list of principal-resource pairs that have Lake Formation permissins enforced.
|
ListLakeFormationOptInsResponse.Builder |
lakeFormationOptInsInfoList(Consumer<LakeFormationOptInsInfo.Builder>... lakeFormationOptInsInfoList)
A list of principal-resource pairs that have Lake Formation permissins enforced.
|
ListLakeFormationOptInsResponse.Builder |
lakeFormationOptInsInfoList(LakeFormationOptInsInfo... lakeFormationOptInsInfoList)
A list of principal-resource pairs that have Lake Formation permissins enforced.
|
ListLakeFormationOptInsResponse.Builder |
nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLakeFormationOptInsResponse.Builder lakeFormationOptInsInfoList(Collection<LakeFormationOptInsInfo> lakeFormationOptInsInfoList)
A list of principal-resource pairs that have Lake Formation permissins enforced.
lakeFormationOptInsInfoList - A list of principal-resource pairs that have Lake Formation permissins enforced.ListLakeFormationOptInsResponse.Builder lakeFormationOptInsInfoList(LakeFormationOptInsInfo... lakeFormationOptInsInfoList)
A list of principal-resource pairs that have Lake Formation permissins enforced.
lakeFormationOptInsInfoList - A list of principal-resource pairs that have Lake Formation permissins enforced.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 via
LakeFormationOptInsInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #lakeFormationOptInsInfoList(List.
lakeFormationOptInsInfoList - a consumer that will call methods on
LakeFormationOptInsInfo.Builder#lakeFormationOptInsInfoList(java.util.Collection) ListLakeFormationOptInsResponse.Builder nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
nextToken - A continuation token, if this is not the first call to retrieve this list.Copyright © 2023. All rights reserved.