Interface RollbackInstanceRefreshResponse.Builder
- All Superinterfaces:
AutoScalingResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<RollbackInstanceRefreshResponse.Builder,
,RollbackInstanceRefreshResponse> SdkBuilder<RollbackInstanceRefreshResponse.Builder,
,RollbackInstanceRefreshResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RollbackInstanceRefreshResponse
@Mutable
@NotThreadSafe
public static interface RollbackInstanceRefreshResponse.Builder
extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<RollbackInstanceRefreshResponse.Builder,RollbackInstanceRefreshResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceRefreshId
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-