Interface LifeCycleLastTestReverted.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifeCycleLastTestReverted.Builder,
,LifeCycleLastTestReverted> SdkBuilder<LifeCycleLastTestReverted.Builder,
,LifeCycleLastTestReverted> SdkPojo
- Enclosing class:
LifeCycleLastTestReverted
@Mutable
@NotThreadSafe
public static interface LifeCycleLastTestReverted.Builder
extends SdkPojo, CopyableBuilder<LifeCycleLastTestReverted.Builder,LifeCycleLastTestReverted>
-
Method Summary
Modifier and TypeMethodDescriptionapiCallDateTime
(String apiCallDateTime) Lifecycle last Test reverted API call date and time.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
-
apiCallDateTime
Lifecycle last Test reverted API call date and time.
- Parameters:
apiCallDateTime
- Lifecycle last Test reverted API call date and time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-