Interface ListCaseEditsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCaseEditsRequest.Builder,
,ListCaseEditsRequest> SdkBuilder<ListCaseEditsRequest.Builder,
,ListCaseEditsRequest> SdkPojo
,SdkRequest.Builder
,SecurityIrRequest.Builder
- Enclosing class:
ListCaseEditsRequest
@Mutable
@NotThreadSafe
public static interface ListCaseEditsRequest.Builder
extends SecurityIrRequest.Builder, SdkPojo, CopyableBuilder<ListCaseEditsRequest.Builder,ListCaseEditsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionRequired element used with ListCaseEdits to identify the case to query.maxResults
(Integer maxResults) Optional element to identify how many results to obtain.An optional string that, if supplied, must be copied from the output of a previous call to ListCaseEdits.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.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 ListCaseEdits. 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 ListCaseEdits. 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 to identify how many results to obtain. There is a maximum value of 25.
- Parameters:
maxResults
- Optional element to identify how many results to obtain. There is a maximum value of 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caseId
Required element used with ListCaseEdits to identify the case to query.
- Parameters:
caseId
- Required element used with ListCaseEdits to identify the case to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCaseEditsRequest.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
ListCaseEditsRequest.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.
-