Interface DescribeSlackChannelConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChatbotResponse.Builder,CopyableBuilder<DescribeSlackChannelConfigurationsResponse.Builder,DescribeSlackChannelConfigurationsResponse>,SdkBuilder<DescribeSlackChannelConfigurationsResponse.Builder,DescribeSlackChannelConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeSlackChannelConfigurationsResponse
public static interface DescribeSlackChannelConfigurationsResponse.Builder extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<DescribeSlackChannelConfigurationsResponse.Builder,DescribeSlackChannelConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSlackChannelConfigurationsResponse.BuildernextToken(String nextToken)An optional token returned from a prior request.DescribeSlackChannelConfigurationsResponse.BuilderslackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)A list of Slack channel configurations.DescribeSlackChannelConfigurationsResponse.BuilderslackChannelConfigurations(Consumer<SlackChannelConfiguration.Builder>... slackChannelConfigurations)A list of Slack channel configurations.DescribeSlackChannelConfigurationsResponse.BuilderslackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)A list of Slack channel configurations.-
Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
DescribeSlackChannelConfigurationsResponse.Builder nextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.- Parameters:
nextToken- An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slackChannelConfigurations
DescribeSlackChannelConfigurationsResponse.Builder slackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)
A list of Slack channel configurations.- Parameters:
slackChannelConfigurations- A list of Slack channel configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slackChannelConfigurations
DescribeSlackChannelConfigurationsResponse.Builder slackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)
A list of Slack channel configurations.- Parameters:
slackChannelConfigurations- A list of Slack channel configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slackChannelConfigurations
DescribeSlackChannelConfigurationsResponse.Builder slackChannelConfigurations(Consumer<SlackChannelConfiguration.Builder>... slackChannelConfigurations)
A list of Slack channel configurations. This is a convenience method that creates an instance of theSlackChannelConfiguration.Builderavoiding the need to create one manually viaSlackChannelConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#slackChannelConfigurations(List.) - Parameters:
slackChannelConfigurations- a consumer that will call methods onSlackChannelConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#slackChannelConfigurations(java.util.Collection)
-
-