Interface LifeCycleLastTestReverted.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LifeCycleLastTestReverted.Builder,LifeCycleLastTestReverted>,SdkBuilder<LifeCycleLastTestReverted.Builder,LifeCycleLastTestReverted>,SdkPojo
- Enclosing class:
- LifeCycleLastTestReverted
public static interface LifeCycleLastTestReverted.Builder extends SdkPojo, CopyableBuilder<LifeCycleLastTestReverted.Builder,LifeCycleLastTestReverted>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifeCycleLastTestReverted.BuilderapiCallDateTime(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, sdkFields
-
-
-
-
Method Detail
-
apiCallDateTime
LifeCycleLastTestReverted.Builder apiCallDateTime(String 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.
-
-