public static interface S3DataAccessDetails.Builder extends SdkPojo, CopyableBuilder<S3DataAccessDetails.Builder,S3DataAccessDetails>
| Modifier and Type | Method and Description |
|---|---|
S3DataAccessDetails.Builder |
keyPrefixes(Collection<String> keyPrefixes)
A list of the key prefixes affected by this notification.
|
S3DataAccessDetails.Builder |
keyPrefixes(String... keyPrefixes)
A list of the key prefixes affected by this notification.
|
S3DataAccessDetails.Builder |
keys(Collection<String> keys)
A list of the keys affected by this notification.
|
S3DataAccessDetails.Builder |
keys(String... keys)
A list of the keys affected by this notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DataAccessDetails.Builder keyPrefixes(Collection<String> keyPrefixes)
A list of the key prefixes affected by this notification. This can have up to 50 entries.
keyPrefixes - A list of the key prefixes affected by this notification. This can have up to 50 entries.S3DataAccessDetails.Builder keyPrefixes(String... keyPrefixes)
A list of the key prefixes affected by this notification. This can have up to 50 entries.
keyPrefixes - A list of the key prefixes affected by this notification. This can have up to 50 entries.S3DataAccessDetails.Builder keys(Collection<String> keys)
A list of the keys affected by this notification. This can have up to 50 entries.
keys - A list of the keys affected by this notification. This can have up to 50 entries.S3DataAccessDetails.Builder keys(String... keys)
A list of the keys affected by this notification. This can have up to 50 entries.
keys - A list of the keys affected by this notification. This can have up to 50 entries.Copyright © 2023. All rights reserved.