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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #permissions(List) .permissions - a consumer that will call methods on List.Builder #permissions(List) 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 © 2021. All rights reserved.