ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.accountId(String accountId) |
The ID of the Amazon Web Services account that is making this request.
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.applicationArn(String applicationArn) |
The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your
Identity Center instance.
|
static ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.builder() |
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.granteeIdentifier(String granteeIdentifier) |
The unique identifer of the Grantee.
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.granteeType(String granteeType) |
The type of the grantee to which access has been granted.
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.granteeType(GranteeType granteeType) |
The type of the grantee to which access has been granted.
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.grantScope(String grantScope) |
The S3 path of the data to which you are granting access.
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of access grants that you would like returned in the List Access Grants
response.
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.nextToken(String nextToken) |
A pagination token to request the next page of results.
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.permission(String permission) |
The type of permission granted to your S3 data, which can be set to one of the following values:
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.Builder.permission(Permission permission) |
The type of permission granted to your S3 data, which can be set to one of the following values:
|
ListAccessGrantsRequest.Builder |
ListAccessGrantsRequest.toBuilder() |
|