Interface ModifyInstanceCpuOptionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ModifyInstanceCpuOptionsResponse.Builder,,- ModifyInstanceCpuOptionsResponse> - Ec2Response.Builder,- SdkBuilder<ModifyInstanceCpuOptionsResponse.Builder,,- ModifyInstanceCpuOptionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ModifyInstanceCpuOptionsResponse
@Mutable
@NotThreadSafe
public static interface ModifyInstanceCpuOptionsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyInstanceCpuOptionsResponse.Builder,ModifyInstanceCpuOptionsResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
instanceIdThe 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.
 
- 
coreCountThe 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.
 
- 
threadsPerCoreThe 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.
 
 
-