Interface LifeCycleLastTest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LifeCycleLastTest.Builder,,LifeCycleLastTest> SdkBuilder<LifeCycleLastTest.Builder,,LifeCycleLastTest> SdkPojo
- Enclosing class:
 LifeCycleLastTest
public static interface LifeCycleLastTest.Builder
extends SdkPojo, CopyableBuilder<LifeCycleLastTest.Builder,LifeCycleLastTest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault LifeCycleLastTest.Builderfinalized(Consumer<LifeCycleLastTestFinalized.Builder> finalized) Lifecycle last Test finalized.finalized(LifeCycleLastTestFinalized finalized) Lifecycle last Test finalized.default LifeCycleLastTest.Builderinitiated(Consumer<LifeCycleLastTestInitiated.Builder> initiated) Lifecycle last Test initiated.initiated(LifeCycleLastTestInitiated initiated) Lifecycle last Test initiated.default LifeCycleLastTest.Builderreverted(Consumer<LifeCycleLastTestReverted.Builder> reverted) Lifecycle last Test reverted.reverted(LifeCycleLastTestReverted reverted) Lifecycle last Test reverted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
finalized
Lifecycle last Test finalized.
- Parameters:
 finalized- Lifecycle last Test finalized.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
finalized
Lifecycle last Test finalized.
This is a convenience method that creates an instance of theLifeCycleLastTestFinalized.Builderavoiding the need to create one manually viaLifeCycleLastTestFinalized.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofinalized(LifeCycleLastTestFinalized).- Parameters:
 finalized- a consumer that will call methods onLifeCycleLastTestFinalized.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
initiated
Lifecycle last Test initiated.
- Parameters:
 initiated- Lifecycle last Test initiated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
initiated
Lifecycle last Test initiated.
This is a convenience method that creates an instance of theLifeCycleLastTestInitiated.Builderavoiding the need to create one manually viaLifeCycleLastTestInitiated.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinitiated(LifeCycleLastTestInitiated).- Parameters:
 initiated- a consumer that will call methods onLifeCycleLastTestInitiated.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
reverted
Lifecycle last Test reverted.
- Parameters:
 reverted- Lifecycle last Test reverted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
reverted
Lifecycle last Test reverted.
This is a convenience method that creates an instance of theLifeCycleLastTestReverted.Builderavoiding the need to create one manually viaLifeCycleLastTestReverted.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreverted(LifeCycleLastTestReverted).- Parameters:
 reverted- a consumer that will call methods onLifeCycleLastTestReverted.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -