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, eventtimestamp, message, and principal for the response.items
(Consumer<CaseEditItem.Builder>... items) Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.items
(CaseEditItem... items) Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.Optional element.Response element for ListCaseEdits that identifies the total number of edits.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
nextToken
Optional element.
- Parameters:
nextToken
- Optional element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.
- Parameters:
items
- Response element for ListCaseEdits that includes the action, eventtimestamp, 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, eventtimestamp, message, and principal for the response.
- Parameters:
items
- Response element for ListCaseEdits that includes the action, eventtimestamp, 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, eventtimestamp, message, and principal for the response.
This is a convenience method that creates an instance of theCaseEditItem.Builder
avoiding the need to create one manually viaCaseEditItem.builder()
.When the
Consumer
completes,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.
-