Interface S3DataAccessDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3DataAccessDetails.Builder,
,S3DataAccessDetails> SdkBuilder<S3DataAccessDetails.Builder,
,S3DataAccessDetails> SdkPojo
- Enclosing class:
S3DataAccessDetails
@Mutable
@NotThreadSafe
public static interface S3DataAccessDetails.Builder
extends SdkPojo, CopyableBuilder<S3DataAccessDetails.Builder,S3DataAccessDetails>
-
Method Summary
Modifier and TypeMethodDescriptionkeyPrefixes
(String... keyPrefixes) A list of the key prefixes affected by this notification.keyPrefixes
(Collection<String> keyPrefixes) A list of the key prefixes affected by this notification.A list of the keys affected by this notification.keys
(Collection<String> keys) A list of the keys affected by this notification.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, sdkFieldNameToField, sdkFields
-
Method Details
-
keyPrefixes
A list of the key prefixes affected by this notification. This can have up to 50 entries.
- Parameters:
keyPrefixes
- A list of the key prefixes affected by this notification. This can have up to 50 entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefixes
A list of the key prefixes affected by this notification. This can have up to 50 entries.
- Parameters:
keyPrefixes
- A list of the key prefixes affected by this notification. This can have up to 50 entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keys
A list of the keys affected by this notification. This can have up to 50 entries.
- Parameters:
keys
- A list of the keys affected by this notification. This can have up to 50 entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keys
A list of the keys affected by this notification. This can have up to 50 entries.
- Parameters:
keys
- A list of the keys affected by this notification. This can have up to 50 entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-