Interface ListSlackChannelConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSlackChannelConfigurationsRequest.Builder,ListSlackChannelConfigurationsRequest>,SdkBuilder<ListSlackChannelConfigurationsRequest.Builder,ListSlackChannelConfigurationsRequest>,SdkPojo,SdkRequest.Builder,SupportAppRequest.Builder
- Enclosing class:
- ListSlackChannelConfigurationsRequest
public static interface ListSlackChannelConfigurationsRequest.Builder extends SupportAppRequest.Builder, SdkPojo, CopyableBuilder<ListSlackChannelConfigurationsRequest.Builder,ListSlackChannelConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSlackChannelConfigurationsRequest.BuildernextToken(String nextToken)If the results of a search are large, the API only returns a portion of the results and includes anextTokenpagination token in the response.ListSlackChannelConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSlackChannelConfigurationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.supportapp.model.SupportAppRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListSlackChannelConfigurationsRequest.Builder nextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextTokenpagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.- Parameters:
nextToken- If the results of a search are large, the API only returns a portion of the results and includes anextTokenpagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSlackChannelConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSlackChannelConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-