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
Modifier and TypeMethodDescriptionserviceUpdateName(String serviceUpdateName) The unique ID of the service updateThe status of the service updatestatus(ServiceUpdateStatus status) The status of the service updateMethods 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, sdkFields 
- 
Method Details
- 
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
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:
 
 - 
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:
 
 
 -