Interface DeleteSlackUserIdentityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChatbotRequest.Builder,CopyableBuilder<DeleteSlackUserIdentityRequest.Builder,,DeleteSlackUserIdentityRequest> SdkBuilder<DeleteSlackUserIdentityRequest.Builder,,DeleteSlackUserIdentityRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteSlackUserIdentityRequest
public static interface DeleteSlackUserIdentityRequest.Builder
extends ChatbotRequest.Builder, SdkPojo, CopyableBuilder<DeleteSlackUserIdentityRequest.Builder,DeleteSlackUserIdentityRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchatConfigurationArn(String chatConfigurationArn) The ARN of the SlackChannelConfiguration associated with the user identity to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.slackTeamId(String slackTeamId) The ID of the Slack workspace authorized with AWS Chatbot.slackUserId(String slackUserId) The ID of the user in SlackMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
chatConfigurationArn
The ARN of the SlackChannelConfiguration associated with the user identity to delete.
- Parameters:
chatConfigurationArn- The ARN of the SlackChannelConfiguration associated with the user identity to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slackTeamId
The ID of the Slack workspace authorized with AWS Chatbot.
- Parameters:
slackTeamId- The ID of the Slack workspace authorized with AWS Chatbot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slackUserId
The ID of the user in Slack
- Parameters:
slackUserId- The ID of the user in Slack- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSlackUserIdentityRequest.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
DeleteSlackUserIdentityRequest.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.
-