Interface GetGuestUserHistoryCountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetGuestUserHistoryCountResponse.Builder,,GetGuestUserHistoryCountResponse> SdkBuilder<GetGuestUserHistoryCountResponse.Builder,,GetGuestUserHistoryCountResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
GetGuestUserHistoryCountResponse
@Mutable
@NotThreadSafe
public static interface GetGuestUserHistoryCountResponse.Builder
extends WickrResponse.Builder, SdkPojo, CopyableBuilder<GetGuestUserHistoryCountResponse.Builder,GetGuestUserHistoryCountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhistory(Collection<GuestUserHistoryCount> history) A list of historical guest user counts, organized by month and billing period.history(Consumer<GuestUserHistoryCount.Builder>... history) A list of historical guest user counts, organized by month and billing period.history(GuestUserHistoryCount... history) A list of historical guest user counts, organized by month and billing period.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.wickr.model.WickrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
history
A list of historical guest user counts, organized by month and billing period.
- Parameters:
history- A list of historical guest user counts, organized by month and billing period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
history
A list of historical guest user counts, organized by month and billing period.
- Parameters:
history- A list of historical guest user counts, organized by month and billing period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
history
GetGuestUserHistoryCountResponse.Builder history(Consumer<GuestUserHistoryCount.Builder>... history) A list of historical guest user counts, organized by month and billing period.
This is a convenience method that creates an instance of theGuestUserHistoryCount.Builderavoiding the need to create one manually viaGuestUserHistoryCount.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohistory(List<GuestUserHistoryCount>).- Parameters:
history- a consumer that will call methods onGuestUserHistoryCount.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-