Uses of Interface
software.amazon.awssdk.services.dlm.model.ShareRule.Builder
-
Packages that use ShareRule.Builder Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of ShareRule.Builder in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return ShareRule.Builder Modifier and Type Method Description static ShareRule.BuilderShareRule. builder()ShareRule.BuilderShareRule.Builder. targetAccounts(String... targetAccounts)The IDs of the Amazon Web Services accounts with which to share the snapshots.ShareRule.BuilderShareRule.Builder. targetAccounts(Collection<String> targetAccounts)The IDs of the Amazon Web Services accounts with which to share the snapshots.ShareRule.BuilderShareRule. toBuilder()ShareRule.BuilderShareRule.Builder. unshareInterval(Integer unshareInterval)The period after which snapshots that are shared with other Amazon Web Services accounts are automatically unshared.ShareRule.BuilderShareRule.Builder. unshareIntervalUnit(String unshareIntervalUnit)The unit of time for the automatic unsharing interval.ShareRule.BuilderShareRule.Builder. unshareIntervalUnit(RetentionIntervalUnitValues unshareIntervalUnit)The unit of time for the automatic unsharing interval.Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type ShareRule.Builder Modifier and Type Method Description static Class<? extends ShareRule.Builder>ShareRule. serializableBuilderClass()
-