Interface ListCallerAccessGrantsEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListCallerAccessGrantsEntry.Builder,
,ListCallerAccessGrantsEntry> SdkBuilder<ListCallerAccessGrantsEntry.Builder,
,ListCallerAccessGrantsEntry> SdkPojo
- Enclosing class:
ListCallerAccessGrantsEntry
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your Identity Center instance.grantScope
(String grantScope) The S3 path of the data to which you have been granted access.permission
(String permission) The type of permission granted, which can be one of the following values:permission
(Permission permission) The type of permission granted, which can be one of the following values:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
permission
The type of permission granted, which can be one of the following values:
-
READ
- Grants read-only access to the S3 data. -
WRITE
- Grants write-only access to the S3 data. -
READWRITE
- Grants both read and write access to the S3 data.
- Parameters:
permission
- The type of permission granted, which can be one of the following values:-
READ
- Grants read-only access to the S3 data. -
WRITE
- Grants write-only access to the S3 data. -
READWRITE
- Grants both read and write access to the S3 data.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
permission
The type of permission granted, which can be one of the following values:
-
READ
- Grants read-only access to the S3 data. -
WRITE
- Grants write-only access to the S3 data. -
READWRITE
- Grants both read and write access to the S3 data.
- Parameters:
permission
- The type of permission granted, which can be one of the following values:-
READ
- Grants read-only access to the S3 data. -
WRITE
- Grants write-only access to the S3 data. -
READWRITE
- Grants both read and write access to the S3 data.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
grantScope
The S3 path of the data to which you have been granted access.
- Parameters:
grantScope
- The S3 path of the data to which you have been granted access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your Identity Center instance. If the grant includes an application ARN, the grantee can only access the S3 data through this application.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your Identity Center instance. If the grant includes an application ARN, the grantee can only access the S3 data through this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-