Interface ResourcesCount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourcesCount.Builder,,ResourcesCount> SdkBuilder<ResourcesCount.Builder,,ResourcesCount> SdkPojo
- Enclosing class:
ResourcesCount
@Mutable
@NotThreadSafe
public static interface ResourcesCount.Builder
extends SdkPojo, CopyableBuilder<ResourcesCount.Builder,ResourcesCount>
-
Method Summary
Modifier and TypeMethodDescriptionallResources(Long allResources) The total count of all resources for the given time interval.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
-
allResources
The total count of all resources for the given time interval.
- Parameters:
allResources- The total count of all resources for the given time interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-