public static interface GetEffectivePermissionsForPathResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetEffectivePermissionsForPathResponse.Builder,GetEffectivePermissionsForPathResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEffectivePermissionsForPathResponse.Builder |
nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
GetEffectivePermissionsForPathResponse.Builder |
permissions(Collection<PrincipalResourcePermissions> permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
GetEffectivePermissionsForPathResponse.Builder |
permissions(Consumer<PrincipalResourcePermissions.Builder>... permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
GetEffectivePermissionsForPathResponse.Builder |
permissions(PrincipalResourcePermissions... permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEffectivePermissionsForPathResponse.Builder permissions(Collection<PrincipalResourcePermissions> permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
permissions - A list of the permissions for the specified table or database resource located at the path in Amazon
S3.GetEffectivePermissionsForPathResponse.Builder permissions(PrincipalResourcePermissions... permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
permissions - A list of the permissions for the specified table or database resource located at the path in Amazon
S3.GetEffectivePermissionsForPathResponse.Builder permissions(Consumer<PrincipalResourcePermissions.Builder>... permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
This is a convenience method that creates an instance of thePrincipalResourcePermissions.Builder avoiding the
need to create one manually via
PrincipalResourcePermissions.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #permissions(List.
permissions - a consumer that will call methods on
PrincipalResourcePermissions.Builder#permissions(java.util.Collection) GetEffectivePermissionsForPathResponse.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.