Interface CreateBotResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateBotResponse.Builder,,CreateBotResponse> SdkBuilder<CreateBotResponse.Builder,,CreateBotResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
CreateBotResponse
@Mutable
@NotThreadSafe
public static interface CreateBotResponse.Builder
extends WickrResponse.Builder, SdkPojo, CopyableBuilder<CreateBotResponse.Builder,CreateBotResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier assigned to the newly created bot.displayName(String displayName) The display name of the newly created bot.The ID of the security group to which the bot was assigned.A message indicating the result of the bot creation operation.The ID of the network where the bot was created.The username of the newly created bot.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
-
message
A message indicating the result of the bot creation operation.
- Parameters:
message- A message indicating the result of the bot creation operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
The unique identifier assigned to the newly created bot.
- Parameters:
botId- The unique identifier assigned to the newly created bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkId
The ID of the network where the bot was created.
- Parameters:
networkId- The ID of the network where the bot was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The username of the newly created bot.
- Parameters:
username- The username of the newly created bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the newly created bot.
- Parameters:
displayName- The display name of the newly created bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
The ID of the security group to which the bot was assigned.
- Parameters:
groupId- The ID of the security group to which the bot was assigned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-