Interface ResourcesTrendsValues.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourcesTrendsValues.Builder,,ResourcesTrendsValues> SdkBuilder<ResourcesTrendsValues.Builder,,ResourcesTrendsValues> SdkPojo
- Enclosing class:
ResourcesTrendsValues
@Mutable
@NotThreadSafe
public static interface ResourcesTrendsValues.Builder
extends SdkPojo, CopyableBuilder<ResourcesTrendsValues.Builder,ResourcesTrendsValues>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourcesTrendsValues.BuilderresourcesCount(Consumer<ResourcesCount.Builder> resourcesCount) The resource count statistics for this data point in the trend timeline.resourcesCount(ResourcesCount resourcesCount) The resource count statistics for this data point in the trend timeline.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
-
resourcesCount
The resource count statistics for this data point in the trend timeline.
- Parameters:
resourcesCount- The resource count statistics for this data point in the trend timeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourcesCount
default ResourcesTrendsValues.Builder resourcesCount(Consumer<ResourcesCount.Builder> resourcesCount) The resource count statistics for this data point in the trend timeline.
This is a convenience method that creates an instance of theResourcesCount.Builderavoiding the need to create one manually viaResourcesCount.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourcesCount(ResourcesCount).- Parameters:
resourcesCount- a consumer that will call methods onResourcesCount.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-