Interface ListCallerAccessGrantsEntry.Builder

  • 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

      ListCallerAccessGrantsEntry.Builder applicationArn(String 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.