Interface ListSlackWorkspaceConfigurationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,
,ListSlackWorkspaceConfigurationsRequest> SdkBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,
,ListSlackWorkspaceConfigurationsRequest> SdkPojo
,SdkRequest.Builder
,SupportAppRequest.Builder
- Enclosing class:
ListSlackWorkspaceConfigurationsRequest
@Mutable
@NotThreadSafe
public static interface ListSlackWorkspaceConfigurationsRequest.Builder
extends SupportAppRequest.Builder, SdkPojo, CopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionIf the results of a search are large, the API only returns a portion of the results and includes anextToken
pagination token in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.supportapp.model.SupportAppRequest.Builder
build
-
Method Details
-
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.- Parameters:
nextToken
- If the results of a search are large, the API only returns a portion of the results and includes anextToken
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSlackWorkspaceConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSlackWorkspaceConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-