Interface PendingModifiedServiceUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PendingModifiedServiceUpdate.Builder,PendingModifiedServiceUpdate>,SdkBuilder<PendingModifiedServiceUpdate.Builder,PendingModifiedServiceUpdate>,SdkPojo
- Enclosing class:
- PendingModifiedServiceUpdate
public static interface PendingModifiedServiceUpdate.Builder extends SdkPojo, CopyableBuilder<PendingModifiedServiceUpdate.Builder,PendingModifiedServiceUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingModifiedServiceUpdate.BuilderserviceUpdateName(String serviceUpdateName)The unique ID of the service updatePendingModifiedServiceUpdate.Builderstatus(String status)The status of the service updatePendingModifiedServiceUpdate.Builderstatus(ServiceUpdateStatus status)The status of the service update-
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
-
serviceUpdateName
PendingModifiedServiceUpdate.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
- Parameters:
serviceUpdateName- The unique ID of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
PendingModifiedServiceUpdate.Builder status(String status)
The status of the service update
- Parameters:
status- The status of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceUpdateStatus,ServiceUpdateStatus
-
status
PendingModifiedServiceUpdate.Builder status(ServiceUpdateStatus status)
The status of the service update
- Parameters:
status- The status of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceUpdateStatus,ServiceUpdateStatus
-
-