Interface ListSlackWorkspaceConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>,SdkBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>,SdkPojo,SdkRequest.Builder,SupportAppRequest.Builder
- Enclosing class:
- ListSlackWorkspaceConfigurationsRequest
public static interface ListSlackWorkspaceConfigurationsRequest.Builder extends SupportAppRequest.Builder, SdkPojo, CopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSlackWorkspaceConfigurationsRequest.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.ListSlackWorkspaceConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSlackWorkspaceConfigurationsRequest.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
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
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
ListSlackWorkspaceConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSlackWorkspaceConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-