public static interface GetEffectivePermissionsForPathRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetEffectivePermissionsForPathRequest.Builder,GetEffectivePermissionsForPathRequest>
| Modifier and Type | Method and 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(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEffectivePermissionsForPathRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEffectivePermissionsForPathRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for which you want to get permissions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEffectivePermissionsForPathRequest.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.
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.GetEffectivePermissionsForPathRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for which you want to get permissions.
resourceArn - The Amazon Resource Name (ARN) of the resource for which you want to get permissions.GetEffectivePermissionsForPathRequest.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.GetEffectivePermissionsForPathRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.GetEffectivePermissionsForPathRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetEffectivePermissionsForPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.