Interface ListLakeFormationOptInsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLakeFormationOptInsResponse.Builder,ListLakeFormationOptInsResponse>,LakeFormationResponse.Builder,SdkBuilder<ListLakeFormationOptInsResponse.Builder,ListLakeFormationOptInsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLakeFormationOptInsResponse
public static interface ListLakeFormationOptInsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<ListLakeFormationOptInsResponse.Builder,ListLakeFormationOptInsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLakeFormationOptInsResponse.BuilderlakeFormationOptInsInfoList(Collection<LakeFormationOptInsInfo> lakeFormationOptInsInfoList)A list of principal-resource pairs that have Lake Formation permissins enforced.ListLakeFormationOptInsResponse.BuilderlakeFormationOptInsInfoList(Consumer<LakeFormationOptInsInfo.Builder>... lakeFormationOptInsInfoList)A list of principal-resource pairs that have Lake Formation permissins enforced.ListLakeFormationOptInsResponse.BuilderlakeFormationOptInsInfoList(LakeFormationOptInsInfo... lakeFormationOptInsInfoList)A list of principal-resource pairs that have Lake Formation permissins enforced.ListLakeFormationOptInsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaLakeFormationOptInsInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lakeFormationOptInsInfoList(List.) - 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:
#lakeFormationOptInsInfoList(java.util.Collection)
-
nextToken
ListLakeFormationOptInsResponse.Builder nextToken(String 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.
-
-