Interface StartAutomationEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerAutomationResponse.Builder,CopyableBuilder<StartAutomationEventResponse.Builder,,StartAutomationEventResponse> SdkBuilder<StartAutomationEventResponse.Builder,,StartAutomationEventResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartAutomationEventResponse
@Mutable
@NotThreadSafe
public static interface StartAutomationEventResponse.Builder
extends ComputeOptimizerAutomationResponse.Builder, SdkPojo, CopyableBuilder<StartAutomationEventResponse.Builder,StartAutomationEventResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the automation event.eventStatus(String eventStatus) The current status of the automation event.eventStatus(EventStatus eventStatus) The current status of the automation event.recommendedActionId(String recommendedActionId) The ID of the recommended action being automated.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
-
recommendedActionId
The ID of the recommended action being automated.
- Parameters:
recommendedActionId- The ID of the recommended action being automated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
The ID of the automation event.
- Parameters:
eventId- The ID of the automation event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventStatus
The current status of the automation event.
- Parameters:
eventStatus- The current status of the automation event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventStatus
The current status of the automation event.
- Parameters:
eventStatus- The current status of the automation event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-