public static interface ListSlackWorkspaceConfigurationsRequest.Builder extends SupportAppRequest.Builder, SdkPojo, CopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSlackWorkspaceConfigurationsRequest.Builder |
nextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken pagination token in the response. |
ListSlackWorkspaceConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSlackWorkspaceConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSlackWorkspaceConfigurationsRequest.Builder nextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken pagination 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.
nextToken - If the results of a search are large, the API only returns a portion of the results and includes a
nextToken pagination 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.ListSlackWorkspaceConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSlackWorkspaceConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.