Interface TargetConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetConfiguration.Builder,TargetConfiguration>
,SdkBuilder<TargetConfiguration.Builder,TargetConfiguration>
,SdkPojo
- Enclosing class:
- TargetConfiguration
public static interface TargetConfiguration.Builder extends SdkPojo, CopyableBuilder<TargetConfiguration.Builder,TargetConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetConfiguration.Builder
instanceCount(Integer instanceCount)
The number of instances the Convertible Reserved Instance offering can be applied to.TargetConfiguration.Builder
offeringId(String offeringId)
The ID of the Convertible Reserved Instance offering.-
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
-
-
-
-
Method Detail
-
instanceCount
TargetConfiguration.Builder instanceCount(Integer instanceCount)
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
- Parameters:
instanceCount
- The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offeringId
TargetConfiguration.Builder offeringId(String offeringId)
The ID of the Convertible Reserved Instance offering.
- Parameters:
offeringId
- The ID of the Convertible Reserved Instance offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-