Interface DeleteSlackUserIdentityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChatbotRequest.Builder
,CopyableBuilder<DeleteSlackUserIdentityRequest.Builder,
,DeleteSlackUserIdentityRequest> SdkBuilder<DeleteSlackUserIdentityRequest.Builder,
,DeleteSlackUserIdentityRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteSlackUserIdentityRequest
@Mutable
@NotThreadSafe
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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-