Interface FrameCaptureS3Settings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FrameCaptureS3Settings.Builder,,- FrameCaptureS3Settings> - SdkBuilder<FrameCaptureS3Settings.Builder,,- FrameCaptureS3Settings> - SdkPojo
- Enclosing class:
- FrameCaptureS3Settings
@Mutable
@NotThreadSafe
public static interface FrameCaptureS3Settings.Builder
extends SdkPojo, CopyableBuilder<FrameCaptureS3Settings.Builder,FrameCaptureS3Settings> 
- 
Method SummaryModifier and TypeMethodDescriptionSpecify the canned ACL to apply to each S3 request.cannedAcl(S3CannedAcl cannedAcl) Specify the canned ACL to apply to each S3 request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cannedAclSpecify 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:
 
- 
cannedAclSpecify 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:
 
 
-