Interface AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails.Builder,
,AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails> SdkBuilder<AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails.Builder,
,AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails> SdkPojo
@Mutable
@NotThreadSafe
public static interface AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails.Builder,AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum amount of total local storage, in GB.The minimum amount of total local storage, in GB.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 Details
-
max
The maximum amount of total local storage, in GB.
- Parameters:
max
- The maximum amount of total local storage, in GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
min
The minimum amount of total local storage, in GB.
- Parameters:
min
- The minimum amount of total local storage, in GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-