Interface ProfileLimitValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileLimitValue.Builder,,ProfileLimitValue> SdkBuilder<ProfileLimitValue.Builder,,ProfileLimitValue> SdkPojo
- Enclosing class:
ProfileLimitValue
@Mutable
@NotThreadSafe
public static interface ProfileLimitValue.Builder
extends SdkPojo, CopyableBuilder<ProfileLimitValue.Builder,ProfileLimitValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum allowed value for the resource.The unit of measurement for the limit value.The unit of measurement for the limit value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxValue
The maximum allowed value for the resource.
- Parameters:
maxValue- The maximum allowed value for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit of measurement for the limit value.
- Parameters:
unit- The unit of measurement for the limit value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of measurement for the limit value.
- Parameters:
unit- The unit of measurement for the limit value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-