Interface AwsEc2LaunchTemplateDataCreditSpecificationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEc2LaunchTemplateDataCreditSpecificationDetails.Builder,AwsEc2LaunchTemplateDataCreditSpecificationDetails>,SdkBuilder<AwsEc2LaunchTemplateDataCreditSpecificationDetails.Builder,AwsEc2LaunchTemplateDataCreditSpecificationDetails>,SdkPojo
- Enclosing class:
- AwsEc2LaunchTemplateDataCreditSpecificationDetails
public static interface AwsEc2LaunchTemplateDataCreditSpecificationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataCreditSpecificationDetails.Builder,AwsEc2LaunchTemplateDataCreditSpecificationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEc2LaunchTemplateDataCreditSpecificationDetails.BuildercpuCredits(String cpuCredits)The credit option for CPU usage of a T instance.-
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, sdkFields
-
-
-
-
Method Detail
-
cpuCredits
AwsEc2LaunchTemplateDataCreditSpecificationDetails.Builder cpuCredits(String cpuCredits)
The credit option for CPU usage of a T instance.
- Parameters:
cpuCredits- The credit option for CPU usage of a T instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-