public static interface BackendStoragePermissions.Builder extends SdkPojo, CopyableBuilder<BackendStoragePermissions.Builder,BackendStoragePermissions>
| Modifier and Type | Method and Description |
|---|---|
BackendStoragePermissions.Builder |
authenticated(AuthenticatedElement... authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions.Builder |
authenticated(Collection<AuthenticatedElement> authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions.Builder |
authenticatedWithStrings(Collection<String> authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions.Builder |
authenticatedWithStrings(String... authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions.Builder |
unAuthenticated(Collection<UnAuthenticatedElement> unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions.Builder |
unAuthenticated(UnAuthenticatedElement... unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions.Builder |
unAuthenticatedWithStrings(Collection<String> unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
|
BackendStoragePermissions.Builder |
unAuthenticatedWithStrings(String... unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackendStoragePermissions.Builder authenticatedWithStrings(Collection<String> authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
authenticated - Lists all authenticated user read, write, and delete permissions for your S3 bucket.BackendStoragePermissions.Builder authenticatedWithStrings(String... authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
authenticated - Lists all authenticated user read, write, and delete permissions for your S3 bucket.BackendStoragePermissions.Builder authenticated(Collection<AuthenticatedElement> authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
authenticated - Lists all authenticated user read, write, and delete permissions for your S3 bucket.BackendStoragePermissions.Builder authenticated(AuthenticatedElement... authenticated)
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
authenticated - Lists all authenticated user read, write, and delete permissions for your S3 bucket.BackendStoragePermissions.Builder unAuthenticatedWithStrings(Collection<String> unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
unAuthenticated - Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.BackendStoragePermissions.Builder unAuthenticatedWithStrings(String... unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
unAuthenticated - Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.BackendStoragePermissions.Builder unAuthenticated(Collection<UnAuthenticatedElement> unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
unAuthenticated - Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.BackendStoragePermissions.Builder unAuthenticated(UnAuthenticatedElement... unAuthenticated)
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
unAuthenticated - Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.Copyright © 2022. All rights reserved.