Interface MaximumAllowedResources.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MaximumAllowedResources.Builder,,- MaximumAllowedResources> - SdkBuilder<MaximumAllowedResources.Builder,,- MaximumAllowedResources> - SdkPojo
- Enclosing class:
- MaximumAllowedResources
@Mutable
@NotThreadSafe
public static interface MaximumAllowedResources.Builder
extends SdkPojo, CopyableBuilder<MaximumAllowedResources.Builder,MaximumAllowedResources> 
- 
Method SummaryModifier and TypeMethodDescriptionThe maximum allowed CPU for an application.The maximum allowed disk for an application.The maximum allowed resources for an application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cpuThe maximum allowed CPU for an application. - Parameters:
- cpu- The maximum allowed CPU for an application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
memoryThe maximum allowed resources for an application. - Parameters:
- memory- The maximum allowed resources for an application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
diskThe maximum allowed disk for an application. - Parameters:
- disk- The maximum allowed disk for an application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-