Interface GetEffectivePermissionsForPathResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetEffectivePermissionsForPathResponse.Builder,,- GetEffectivePermissionsForPathResponse> - LakeFormationResponse.Builder,- SdkBuilder<GetEffectivePermissionsForPathResponse.Builder,,- GetEffectivePermissionsForPathResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetEffectivePermissionsForPathResponse
@Mutable
@NotThreadSafe
public static interface GetEffectivePermissionsForPathResponse.Builder
extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetEffectivePermissionsForPathResponse.Builder,GetEffectivePermissionsForPathResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA continuation token, if this is not the first call to retrieve this list.permissions(Collection<PrincipalResourcePermissions> permissions) A list of the permissions for the specified table or database resource located at the path in Amazon S3.permissions(Consumer<PrincipalResourcePermissions.Builder>... permissions) A list of the permissions for the specified table or database resource located at the path in Amazon S3.permissions(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
permissionsGetEffectivePermissionsForPathResponse.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.
 
- 
permissionsGetEffectivePermissionsForPathResponse.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.
 
- 
permissionsGetEffectivePermissionsForPathResponse.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 topermissions(List<PrincipalResourcePermissions>).- Parameters:
- permissions- a consumer that will call methods on- PrincipalResourcePermissions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA 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.
 
 
-