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.BuildercatalogId(String catalogId)The identifier for the Data Catalog.GetEffectivePermissionsForPathRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.GetEffectivePermissionsForPathRequest.BuildernextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.GetEffectivePermissionsForPathRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEffectivePermissionsForPathRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEffectivePermissionsForPathRequest.BuilderresourceArn(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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEffectivePermissionsForPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-