Interface HlsS3Settings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HlsS3Settings.Builder,HlsS3Settings>,SdkBuilder<HlsS3Settings.Builder,HlsS3Settings>,SdkPojo
- Enclosing class:
- HlsS3Settings
public static interface HlsS3Settings.Builder extends SdkPojo, CopyableBuilder<HlsS3Settings.Builder,HlsS3Settings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HlsS3Settings.BuildercannedAcl(String cannedAcl)Specify the canned ACL to apply to each S3 request.HlsS3Settings.BuildercannedAcl(S3CannedAcl cannedAcl)Specify the canned ACL to apply to each S3 request.-
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 Detail
-
cannedAcl
HlsS3Settings.Builder cannedAcl(String cannedAcl)
Specify the canned ACL to apply to each S3 request. Defaults to none.- Parameters:
cannedAcl- Specify the canned ACL to apply to each S3 request. Defaults to none.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3CannedAcl,S3CannedAcl
-
cannedAcl
HlsS3Settings.Builder cannedAcl(S3CannedAcl cannedAcl)
Specify the canned ACL to apply to each S3 request. Defaults to none.- Parameters:
cannedAcl- Specify the canned ACL to apply to each S3 request. Defaults to none.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3CannedAcl,S3CannedAcl
-
-