Interface ListCasesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCasesRequest.Builder,,ListCasesRequest> SdkBuilder<ListCasesRequest.Builder,,ListCasesRequest> SdkPojo,SdkRequest.Builder,SecurityIrRequest.Builder
- Enclosing class:
ListCasesRequest
@Mutable
@NotThreadSafe
public static interface ListCasesRequest.Builder
extends SecurityIrRequest.Builder, SdkPojo, CopyableBuilder<ListCasesRequest.Builder,ListCasesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) Optional element for ListCases to limit the number of responses.An optional string that, if supplied, must be copied from the output of a previous call to ListCases.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrRequest.Builder
build
-
Method Details
-
nextToken
An optional string that, if supplied, must be copied from the output of a previous call to ListCases. When provided in this manner, the API fetches the next page of results.
- Parameters:
nextToken- An optional string that, if supplied, must be copied from the output of a previous call to ListCases. When provided in this manner, the API fetches the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Optional element for ListCases to limit the number of responses.
- Parameters:
maxResults- Optional element for ListCases to limit the number of responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-