Interface FailedScheduledUpdateGroupActionRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedScheduledUpdateGroupActionRequest.Builder,
,FailedScheduledUpdateGroupActionRequest> SdkBuilder<FailedScheduledUpdateGroupActionRequest.Builder,
,FailedScheduledUpdateGroupActionRequest> SdkPojo
- Enclosing class:
FailedScheduledUpdateGroupActionRequest
@Mutable
@NotThreadSafe
public static interface FailedScheduledUpdateGroupActionRequest.Builder
extends SdkPojo, CopyableBuilder<FailedScheduledUpdateGroupActionRequest.Builder,FailedScheduledUpdateGroupActionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.errorMessage
(String errorMessage) The error message accompanying the error code.scheduledActionName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The error code.
- Parameters:
errorCode
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-