Interface DeprecationRequestDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeprecationRequestDetails.Builder,
,DeprecationRequestDetails> SdkBuilder<DeprecationRequestDetails.Builder,
,DeprecationRequestDetails> SdkPojo
- Enclosing class:
DeprecationRequestDetails
@Mutable
@NotThreadSafe
public static interface DeprecationRequestDetails.Builder
extends SdkPojo, CopyableBuilder<DeprecationRequestDetails.Builder,DeprecationRequestDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondeprecationAt
(Instant deprecationAt) A datetime in the future when the data set will be deprecated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
deprecationAt
A datetime in the future when the data set will be deprecated.
- Parameters:
deprecationAt
- A datetime in the future when the data set will be deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-