Interface GetBotsCountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetBotsCountResponse.Builder,,GetBotsCountResponse> SdkBuilder<GetBotsCountResponse.Builder,,GetBotsCountResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
GetBotsCountResponse
@Mutable
@NotThreadSafe
public static interface GetBotsCountResponse.Builder
extends WickrResponse.Builder, SdkPojo, CopyableBuilder<GetBotsCountResponse.Builder,GetBotsCountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of bots with active status.The number of bots with pending status (invited but not yet activated).The total number of bots in the network (active and pending).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
-
pending
The number of bots with pending status (invited but not yet activated).
- Parameters:
pending- The number of bots with pending status (invited but not yet activated).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
active
The number of bots with active status.
- Parameters:
active- The number of bots with active status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
The total number of bots in the network (active and pending).
- Parameters:
total- The total number of bots in the network (active and pending).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-