Interface FailedScheduledUpdateGroupActionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FailedScheduledUpdateGroupActionRequest.Builder,FailedScheduledUpdateGroupActionRequest>,SdkBuilder<FailedScheduledUpdateGroupActionRequest.Builder,FailedScheduledUpdateGroupActionRequest>,SdkPojo
- Enclosing class:
- FailedScheduledUpdateGroupActionRequest
public static interface FailedScheduledUpdateGroupActionRequest.Builder extends SdkPojo, CopyableBuilder<FailedScheduledUpdateGroupActionRequest.Builder,FailedScheduledUpdateGroupActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedScheduledUpdateGroupActionRequest.BuildererrorCode(String errorCode)The error code.FailedScheduledUpdateGroupActionRequest.BuildererrorMessage(String errorMessage)The error message accompanying the error code.FailedScheduledUpdateGroupActionRequest.BuilderscheduledActionName(String scheduledActionName)The name of the scheduled action.-
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
-
scheduledActionName
FailedScheduledUpdateGroupActionRequest.Builder scheduledActionName(String scheduledActionName)
The name of the scheduled action.
- Parameters:
scheduledActionName- The name of the scheduled action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
FailedScheduledUpdateGroupActionRequest.Builder errorCode(String errorCode)
The error code.
- Parameters:
errorCode- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
FailedScheduledUpdateGroupActionRequest.Builder errorMessage(String errorMessage)
The error message accompanying the error code.
- Parameters:
errorMessage- The error message accompanying the error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-