Interface S3ObjectLockLegalHold.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ObjectLockLegalHold.Builder,S3ObjectLockLegalHold>,SdkBuilder<S3ObjectLockLegalHold.Builder,S3ObjectLockLegalHold>,SdkPojo
- Enclosing class:
- S3ObjectLockLegalHold
public static interface S3ObjectLockLegalHold.Builder extends SdkPojo, CopyableBuilder<S3ObjectLockLegalHold.Builder,S3ObjectLockLegalHold>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ObjectLockLegalHold.Builderstatus(String status)The Object Lock legal hold status to be applied to all objects in the Batch Operations job.S3ObjectLockLegalHold.Builderstatus(S3ObjectLockLegalHoldStatus status)The Object Lock legal hold status to be applied to all objects in the Batch Operations job.-
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
-
status
S3ObjectLockLegalHold.Builder status(String status)
The Object Lock legal hold status to be applied to all objects in the Batch Operations job.
- Parameters:
status- The Object Lock legal hold status to be applied to all objects in the Batch Operations job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3ObjectLockLegalHoldStatus,S3ObjectLockLegalHoldStatus
-
status
S3ObjectLockLegalHold.Builder status(S3ObjectLockLegalHoldStatus status)
The Object Lock legal hold status to be applied to all objects in the Batch Operations job.
- Parameters:
status- The Object Lock legal hold status to be applied to all objects in the Batch Operations job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3ObjectLockLegalHoldStatus,S3ObjectLockLegalHoldStatus
-
-