Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static ObjectLockRule.Builder |
ObjectLockRule.builder() |
default ObjectLockRule.Builder |
ObjectLockRule.Builder.defaultRetention(Consumer<DefaultRetention.Builder> defaultRetention)
The default retention period that you want to apply to new objects placed in the specified bucket.
|
ObjectLockRule.Builder |
ObjectLockRule.Builder.defaultRetention(DefaultRetention defaultRetention)
The default retention period that you want to apply to new objects placed in the specified bucket.
|
ObjectLockRule.Builder |
ObjectLockRule.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ObjectLockRule.Builder> |
ObjectLockRule.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default ObjectLockConfiguration.Builder |
ObjectLockConfiguration.Builder.rule(Consumer<ObjectLockRule.Builder> rule)
The Object Lock rule in place for the specified object.
|
Copyright © 2019. All rights reserved.