public static interface ListPermissionsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionsRequest.Builder,ListPermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
ListPermissionsRequest.Builder |
includeRelated(String includeRelated)
Indicates that related permissions should be included in the results.
|
ListPermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListPermissionsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
ListPermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListPermissionsRequest.Builder |
principal(Consumer<DataLakePrincipal.Builder> principal)
Specifies a principal to filter the permissions returned.
|
ListPermissionsRequest.Builder |
principal(DataLakePrincipal principal)
Specifies a principal to filter the permissions returned.
|
default ListPermissionsRequest.Builder |
resource(Consumer<Resource.Builder> resource)
A resource where you will get a list of the principal permissions.
|
ListPermissionsRequest.Builder |
resource(Resource resource)
A resource where you will get a list of the principal permissions.
|
ListPermissionsRequest.Builder |
resourceType(DataLakeResourceType resourceType)
Specifies a resource type to filter the permissions returned.
|
ListPermissionsRequest.Builder |
resourceType(String resourceType)
Specifies a resource type to filter the permissions returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionsRequest.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.ListPermissionsRequest.Builder principal(DataLakePrincipal principal)
Specifies a principal to filter the permissions returned.
principal - Specifies a principal to filter the permissions returned.default ListPermissionsRequest.Builder principal(Consumer<DataLakePrincipal.Builder> principal)
Specifies a principal to filter the permissions returned.
This is a convenience that creates an instance of theDataLakePrincipal.Builder avoiding the need to
create one manually via DataLakePrincipal.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to principal(DataLakePrincipal).principal - a consumer that will call methods on DataLakePrincipal.Builderprincipal(DataLakePrincipal)ListPermissionsRequest.Builder resourceType(String resourceType)
Specifies a resource type to filter the permissions returned.
resourceType - Specifies a resource type to filter the permissions returned.DataLakeResourceType,
DataLakeResourceTypeListPermissionsRequest.Builder resourceType(DataLakeResourceType resourceType)
Specifies a resource type to filter the permissions returned.
resourceType - Specifies a resource type to filter the permissions returned.DataLakeResourceType,
DataLakeResourceTypeListPermissionsRequest.Builder resource(Resource resource)
A resource where you will get a list of the principal permissions.
This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.
resource - A resource where you will get a list of the principal permissions.
This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.
default ListPermissionsRequest.Builder resource(Consumer<Resource.Builder> resource)
A resource where you will get a list of the principal permissions.
This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.
This is a convenience that creates an instance of theResource.Builder avoiding the need to create
one manually via Resource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to resource(Resource).resource - a consumer that will call methods on Resource.Builderresource(Resource)ListPermissionsRequest.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.ListPermissionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListPermissionsRequest.Builder includeRelated(String includeRelated)
Indicates that related permissions should be included in the results.
includeRelated - Indicates that related permissions should be included in the results.ListPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.