Interface RollbackAutomationEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerAutomationResponse.Builder,CopyableBuilder<RollbackAutomationEventResponse.Builder,,RollbackAutomationEventResponse> SdkBuilder<RollbackAutomationEventResponse.Builder,,RollbackAutomationEventResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RollbackAutomationEventResponse
@Mutable
@NotThreadSafe
public static interface RollbackAutomationEventResponse.Builder
extends ComputeOptimizerAutomationResponse.Builder, SdkPojo, CopyableBuilder<RollbackAutomationEventResponse.Builder,RollbackAutomationEventResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the automation event being rolled back.eventStatus(String eventStatus) The current status of the rollback operation.eventStatus(EventStatus eventStatus) The current status of the rollback operation.Methods inherited from interface software.amazon.awssdk.services.computeoptimizerautomation.model.ComputeOptimizerAutomationResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
eventId
The ID of the automation event being rolled back.
- Parameters:
eventId- The ID of the automation event being rolled back.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventStatus
The current status of the rollback operation.
- Parameters:
eventStatus- The current status of the rollback operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventStatus
The current status of the rollback operation.
- Parameters:
eventStatus- The current status of the rollback operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-