public static interface ListSlackChannelConfigurationsResponse.Builder extends SupportAppResponse.Builder, SdkPojo, CopyableBuilder<ListSlackChannelConfigurationsResponse.Builder,ListSlackChannelConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSlackChannelConfigurationsResponse.Builder |
nextToken(String nextToken)
The point where pagination should resume when the response returns only partial results.
|
ListSlackChannelConfigurationsResponse.Builder |
slackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)
The configurations for a Slack channel.
|
ListSlackChannelConfigurationsResponse.Builder |
slackChannelConfigurations(Consumer<SlackChannelConfiguration.Builder>... slackChannelConfigurations)
The configurations for a Slack channel.
|
ListSlackChannelConfigurationsResponse.Builder |
slackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)
The configurations for a Slack channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSlackChannelConfigurationsResponse.Builder nextToken(String nextToken)
The point where pagination should resume when the response returns only partial results.
nextToken - The point where pagination should resume when the response returns only partial results.ListSlackChannelConfigurationsResponse.Builder slackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)
The configurations for a Slack channel.
slackChannelConfigurations - The configurations for a Slack channel.ListSlackChannelConfigurationsResponse.Builder slackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)
The configurations for a Slack channel.
slackChannelConfigurations - The configurations for a Slack channel.ListSlackChannelConfigurationsResponse.Builder slackChannelConfigurations(Consumer<SlackChannelConfiguration.Builder>... slackChannelConfigurations)
The configurations for a Slack channel.
This is a convenience method that creates an instance of theSlackChannelConfiguration.Builder avoiding the need
to create one manually via
SlackChannelConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #slackChannelConfigurations(List.
slackChannelConfigurations - a consumer that will call methods on
SlackChannelConfiguration.Builder#slackChannelConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.