public static interface CancelInstanceRefreshResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<CancelInstanceRefreshResponse.Builder,CancelInstanceRefreshResponse>
Modifier and Type | Method and Description |
---|---|
CancelInstanceRefreshResponse.Builder |
instanceRefreshId(String instanceRefreshId)
The instance refresh ID associated with the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancelInstanceRefreshResponse.Builder instanceRefreshId(String instanceRefreshId)
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
instanceRefreshId
- The instance refresh ID associated with the request. This is the unique ID assigned to the instance
refresh when it was started.Copyright © 2023. All rights reserved.