Interface GetEffectivePermissionsForPathResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEffectivePermissionsForPathResponse.Builder,GetEffectivePermissionsForPathResponse>,LakeFormationResponse.Builder,SdkBuilder<GetEffectivePermissionsForPathResponse.Builder,GetEffectivePermissionsForPathResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEffectivePermissionsForPathResponse
public static interface GetEffectivePermissionsForPathResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetEffectivePermissionsForPathResponse.Builder,GetEffectivePermissionsForPathResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEffectivePermissionsForPathResponse.BuildernextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.GetEffectivePermissionsForPathResponse.Builderpermissions(Collection<PrincipalResourcePermissions> permissions)A list of the permissions for the specified table or database resource located at the path in Amazon S3.GetEffectivePermissionsForPathResponse.Builderpermissions(Consumer<PrincipalResourcePermissions.Builder>... permissions)A list of the permissions for the specified table or database resource located at the path in Amazon S3.GetEffectivePermissionsForPathResponse.Builderpermissions(PrincipalResourcePermissions... permissions)A list of the permissions for the specified table or database resource located at the path in Amazon S3.-
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
-
permissions
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.
- Parameters:
permissions- A list of the permissions for the specified table or database resource located at the path in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
GetEffectivePermissionsForPathResponse.Builder permissions(PrincipalResourcePermissions... permissions)
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
- Parameters:
permissions- A list of the permissions for the specified table or database resource located at the path in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
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.Builderavoiding the need to create one manually viaPrincipalResourcePermissions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#permissions(List.) - Parameters:
permissions- a consumer that will call methods onPrincipalResourcePermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#permissions(java.util.Collection)
-
nextToken
GetEffectivePermissionsForPathResponse.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.
-
-