Interface GetEffectivePermissionsForPathRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetEffectivePermissionsForPathRequest.Builder,GetEffectivePermissionsForPathRequest>
,LakeFormationRequest.Builder
,SdkBuilder<GetEffectivePermissionsForPathRequest.Builder,GetEffectivePermissionsForPathRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetEffectivePermissionsForPathRequest
public static interface GetEffectivePermissionsForPathRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetEffectivePermissionsForPathRequest.Builder,GetEffectivePermissionsForPathRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEffectivePermissionsForPathRequest.Builder
catalogId(String catalogId)
The identifier for the Data Catalog.GetEffectivePermissionsForPathRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return.GetEffectivePermissionsForPathRequest.Builder
nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.GetEffectivePermissionsForPathRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetEffectivePermissionsForPathRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetEffectivePermissionsForPathRequest.Builder
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for which you want to get permissions.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
GetEffectivePermissionsForPathRequest.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
- Parameters:
catalogId
- The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
GetEffectivePermissionsForPathRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for which you want to get permissions.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the resource for which you want to get permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetEffectivePermissionsForPathRequest.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.
-
maxResults
GetEffectivePermissionsForPathRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults
- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEffectivePermissionsForPathRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetEffectivePermissionsForPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-