Interface CreateBotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateBotRequest.Builder,,CreateBotRequest> SdkBuilder<CreateBotRequest.Builder,,CreateBotRequest> SdkPojo,SdkRequest.Builder,WickrRequest.Builder
- Enclosing class:
CreateBotRequest
@Mutable
@NotThreadSafe
public static interface CreateBotRequest.Builder
extends WickrRequest.Builder, SdkPojo, CopyableBuilder<CreateBotRequest.Builder,CreateBotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe password for the bot account.displayName(String displayName) The display name for the bot that will be visible to users in the network.The ID of the security group to which the bot will be assigned.The ID of the Wickr network where the bot will be created.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The username for the bot.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.wickr.model.WickrRequest.Builder
build
-
Method Details
-
networkId
The ID of the Wickr network where the bot will be created.
- Parameters:
networkId- The ID of the Wickr network where the bot will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The username for the bot. This must be unique within the network and follow the network's naming conventions.
- Parameters:
username- The username for the bot. This must be unique within the network and follow the network's naming conventions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name for the bot that will be visible to users in the network.
- Parameters:
displayName- The display name for the bot that will be visible to users in the network.- 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 will be assigned.
- Parameters:
groupId- The ID of the security group to which the bot will be assigned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
challenge
The password for the bot account.
- Parameters:
challenge- The password for the bot account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-