Uses of Interface
software.amazon.awssdk.services.chatbot.model.SlackWorkspace.Builder
-
Packages that use SlackWorkspace.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of SlackWorkspace.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return SlackWorkspace.Builder Modifier and Type Method Description static SlackWorkspace.BuilderSlackWorkspace. builder()SlackWorkspace.BuilderSlackWorkspace.Builder. slackTeamId(String slackTeamId)The ID of the Slack workspace authorized with AWS Chatbot.SlackWorkspace.BuilderSlackWorkspace.Builder. slackTeamName(String slackTeamName)The name of the Slack workspace.SlackWorkspace.BuilderSlackWorkspace.Builder. state(String state)EitherENABLEDorDISABLED.SlackWorkspace.BuilderSlackWorkspace.Builder. stateReason(String stateReason)Provided if State isDISABLED.SlackWorkspace.BuilderSlackWorkspace. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type SlackWorkspace.Builder Modifier and Type Method Description static Class<? extends SlackWorkspace.Builder>SlackWorkspace. serializableBuilderClass()
-