public static interface OnlineStoreConfigUpdate.Builder extends SdkPojo, CopyableBuilder<OnlineStoreConfigUpdate.Builder,OnlineStoreConfigUpdate>
| Modifier and Type | Method and Description |
|---|---|
default OnlineStoreConfigUpdate.Builder |
ttlDuration(Consumer<TtlDuration.Builder> ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
OnlineStoreConfigUpdate.Builder |
ttlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOnlineStoreConfigUpdate.Builder ttlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. For information on HardDelete,
see the DeleteRecord API in the Amazon SageMaker API Reference guide.
ttlDuration - Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. For information on
HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.default OnlineStoreConfigUpdate.Builder ttlDuration(Consumer<TtlDuration.Builder> ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. For information on HardDelete,
see the DeleteRecord API in the Amazon SageMaker API Reference guide.
TtlDuration.Builder avoiding the need to
create one manually via TtlDuration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ttlDuration(TtlDuration).
ttlDuration - a consumer that will call methods on TtlDuration.BuilderttlDuration(TtlDuration)Copyright © 2023. All rights reserved.