Interface AccessControlListConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessControlListConfiguration.Builder,AccessControlListConfiguration>,SdkBuilder<AccessControlListConfiguration.Builder,AccessControlListConfiguration>,SdkPojo
- Enclosing class:
- AccessControlListConfiguration
public static interface AccessControlListConfiguration.Builder extends SdkPojo, CopyableBuilder<AccessControlListConfiguration.Builder,AccessControlListConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessControlListConfiguration.BuilderkeyPath(String keyPath)Path to the Amazon S3 bucket that contains the ACL files.-
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 Detail
-
keyPath
AccessControlListConfiguration.Builder keyPath(String keyPath)
Path to the Amazon S3 bucket that contains the ACL files.
- Parameters:
keyPath- Path to the Amazon S3 bucket that contains the ACL files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-