Interface BackendStoragePermissions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BackendStoragePermissions.Builder,
,BackendStoragePermissions> SdkBuilder<BackendStoragePermissions.Builder,
,BackendStoragePermissions> SdkPojo
- Enclosing class:
BackendStoragePermissions
public static interface BackendStoragePermissions.Builder
extends SdkPojo, CopyableBuilder<BackendStoragePermissions.Builder,BackendStoragePermissions>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticated
(Collection<AuthenticatedElement> authenticated) Lists all authenticated user read, write, and delete permissions for your S3 bucket.authenticated
(AuthenticatedElement... authenticated) Lists all authenticated user read, write, and delete permissions for your S3 bucket.authenticatedWithStrings
(String... authenticated) Lists all authenticated user read, write, and delete permissions for your S3 bucket.authenticatedWithStrings
(Collection<String> authenticated) Lists all authenticated user read, write, and delete permissions for your S3 bucket.unAuthenticated
(Collection<UnAuthenticatedElement> unAuthenticated) Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.unAuthenticated
(UnAuthenticatedElement... unAuthenticated) Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.unAuthenticatedWithStrings
(String... unAuthenticated) Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.unAuthenticatedWithStrings
(Collection<String> unAuthenticated) Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.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, sdkFields
-
Method Details
-
authenticatedWithStrings
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
authenticated
- Lists all authenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticatedWithStrings
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
authenticated
- Lists all authenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticated
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
authenticated
- Lists all authenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticated
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
authenticated
- Lists all authenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unAuthenticatedWithStrings
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
unAuthenticated
- Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unAuthenticatedWithStrings
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
unAuthenticated
- Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unAuthenticated
BackendStoragePermissions.Builder unAuthenticated(Collection<UnAuthenticatedElement> unAuthenticated) Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
unAuthenticated
- Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unAuthenticated
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
- Parameters:
unAuthenticated
- Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-