Interface GuestUserHistoryCount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuestUserHistoryCount.Builder,,GuestUserHistoryCount> SdkBuilder<GuestUserHistoryCount.Builder,,GuestUserHistoryCount> SdkPojo
- Enclosing class:
GuestUserHistoryCount
@Mutable
@NotThreadSafe
public static interface GuestUserHistoryCount.Builder
extends SdkPojo, CopyableBuilder<GuestUserHistoryCount.Builder,GuestUserHistoryCount>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of guest users who have communicated with your Wickr network during this billing period.The month and billing period in YYYY_MM format (e.g., '2024_01').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
-
month
The month and billing period in YYYY_MM format (e.g., '2024_01').
- Parameters:
month- The month and billing period in YYYY_MM format (e.g., '2024_01').- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of guest users who have communicated with your Wickr network during this billing period.
- Parameters:
count- The number of guest users who have communicated with your Wickr network during this billing period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-