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