Interface CancelInstanceRefreshResponse.Builder
-
- All Superinterfaces:
AutoScalingResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<CancelInstanceRefreshResponse.Builder,CancelInstanceRefreshResponse>
,SdkBuilder<CancelInstanceRefreshResponse.Builder,CancelInstanceRefreshResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CancelInstanceRefreshResponse
public static interface CancelInstanceRefreshResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<CancelInstanceRefreshResponse.Builder,CancelInstanceRefreshResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelInstanceRefreshResponse.Builder
instanceRefreshId(String instanceRefreshId)
The instance refresh ID associated with the request.-
Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instanceRefreshId
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.
- Parameters:
instanceRefreshId
- The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-