Interface ListCaseEditsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCaseEditsResponse.Builder,,ListCaseEditsResponse> SdkBuilder<ListCaseEditsResponse.Builder,,ListCaseEditsResponse> SdkPojo,SdkResponse.Builder,SecurityIrResponse.Builder
- Enclosing class:
ListCaseEditsResponse
@Mutable
@NotThreadSafe
public static interface ListCaseEditsResponse.Builder
extends SecurityIrResponse.Builder, SdkPojo, CopyableBuilder<ListCaseEditsResponse.Builder,ListCaseEditsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<CaseEditItem> items) Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.items(Consumer<CaseEditItem.Builder>... items) Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.items(CaseEditItem... items) Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.An optional string that, if supplied on subsequent calls to ListCaseEdits, allows the API to fetch the next page of results.Response element for ListCaseEdits that identifies the total number of edits.Methods 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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
nextToken
An optional string that, if supplied on subsequent calls to ListCaseEdits, allows the API to fetch the next page of results.
- Parameters:
nextToken- An optional string that, if supplied on subsequent calls to ListCaseEdits, allows the API to fetch the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.
- Parameters:
items- Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.
- Parameters:
items- Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.
This is a convenience method that creates an instance of theCaseEditItem.Builderavoiding the need to create one manually viaCaseEditItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<CaseEditItem>).- Parameters:
items- a consumer that will call methods onCaseEditItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
total
Response element for ListCaseEdits that identifies the total number of edits.
- Parameters:
total- Response element for ListCaseEdits that identifies the total number of edits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-