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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyInstanceCpuOptionsResponse.Builder
coreCount(Integer coreCount)
The number of CPU cores that are running for the specified instance after the update.ModifyInstanceCpuOptionsResponse.Builder
instanceId(String instanceId)
The ID of the instance that was updated.ModifyInstanceCpuOptionsResponse.Builder
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instanceId
ModifyInstanceCpuOptionsResponse.Builder instanceId(String 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
ModifyInstanceCpuOptionsResponse.Builder coreCount(Integer 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
ModifyInstanceCpuOptionsResponse.Builder threadsPerCore(Integer 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.
-
-