public static interface BucketPublicAccess.Builder extends SdkPojo, CopyableBuilder<BucketPublicAccess.Builder,BucketPublicAccess>
| Modifier and Type | Method and Description |
|---|---|
BucketPublicAccess.Builder |
effectivePermission(EffectivePermission effectivePermission)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply
to the bucket.
|
BucketPublicAccess.Builder |
effectivePermission(String effectivePermission)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply
to the bucket.
|
BucketPublicAccess.Builder |
permissionConfiguration(BucketPermissionConfiguration permissionConfiguration)
The account-level and bucket-level permissions settings for the bucket.
|
default BucketPublicAccess.Builder |
permissionConfiguration(Consumer<BucketPermissionConfiguration.Builder> permissionConfiguration)
The account-level and bucket-level permissions settings for the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketPublicAccess.Builder effectivePermission(String effectivePermission)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
NOT_PUBLIC - The bucket isn't publicly accessible.
PUBLIC - The bucket is publicly accessible.
UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
effectivePermission - Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
NOT_PUBLIC - The bucket isn't publicly accessible.
PUBLIC - The bucket is publicly accessible.
UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
EffectivePermission,
EffectivePermissionBucketPublicAccess.Builder effectivePermission(EffectivePermission effectivePermission)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
NOT_PUBLIC - The bucket isn't publicly accessible.
PUBLIC - The bucket is publicly accessible.
UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
effectivePermission - Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
NOT_PUBLIC - The bucket isn't publicly accessible.
PUBLIC - The bucket is publicly accessible.
UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
EffectivePermission,
EffectivePermissionBucketPublicAccess.Builder permissionConfiguration(BucketPermissionConfiguration permissionConfiguration)
The account-level and bucket-level permissions settings for the bucket.
permissionConfiguration - The account-level and bucket-level permissions settings for the bucket.default BucketPublicAccess.Builder permissionConfiguration(Consumer<BucketPermissionConfiguration.Builder> permissionConfiguration)
The account-level and bucket-level permissions settings for the bucket.
This is a convenience that creates an instance of theBucketPermissionConfiguration.Builder avoiding
the need to create one manually via BucketPermissionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to permissionConfiguration(BucketPermissionConfiguration).permissionConfiguration - a consumer that will call methods on BucketPermissionConfiguration.BuilderpermissionConfiguration(BucketPermissionConfiguration)Copyright © 2021. All rights reserved.