public static interface GetResourcesSummaryResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetResourcesSummaryResponse.Builder,GetResourcesSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetResourcesSummaryResponse.Builder |
counts(Consumer<CountsSummary.Builder> counts)
Summary counts of each Proton resource type.
|
GetResourcesSummaryResponse.Builder |
counts(CountsSummary counts)
Summary counts of each Proton resource type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourcesSummaryResponse.Builder counts(CountsSummary counts)
Summary counts of each Proton resource type.
counts - Summary counts of each Proton resource type.default GetResourcesSummaryResponse.Builder counts(Consumer<CountsSummary.Builder> counts)
Summary counts of each Proton resource type.
This is a convenience method that creates an instance of theCountsSummary.Builder avoiding the need
to create one manually via CountsSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to counts(CountsSummary).
counts - a consumer that will call methods on CountsSummary.Buildercounts(CountsSummary)Copyright © 2023. All rights reserved.