Interface ModifyInstanceCpuOptionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ModifyInstanceCpuOptionsResponse.Builder,
,ModifyInstanceCpuOptionsResponse> Ec2Response.Builder
,SdkBuilder<ModifyInstanceCpuOptionsResponse.Builder,
,ModifyInstanceCpuOptionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ModifyInstanceCpuOptionsResponse
public static interface ModifyInstanceCpuOptionsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyInstanceCpuOptionsResponse.Builder,ModifyInstanceCpuOptionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of CPU cores that are running for the specified instance after the update.instanceId
(String instanceId) The ID of the instance that was updated.threadsPerCore
(Integer threadsPerCore) The number of threads that are running per CPU core for the specified instance after the update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
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 Details
-
instanceId
The ID of the instance that was updated.
- Parameters:
instanceId
- The ID of the instance that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coreCount
The number of CPU cores that are running for the specified instance after the update.
- Parameters:
coreCount
- The number of CPU cores that are running for the specified instance after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threadsPerCore
The number of threads that are running per CPU core for the specified instance after the update.
- Parameters:
threadsPerCore
- The number of threads that are running per CPU core for the specified instance after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-