public static interface ListIncidentRecordsResponse.Builder extends SsmIncidentsResponse.Builder, SdkPojo, CopyableBuilder<ListIncidentRecordsResponse.Builder,ListIncidentRecordsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIncidentRecordsResponse.Builder |
incidentRecordSummaries(Collection<IncidentRecordSummary> incidentRecordSummaries)
The details of each listed incident record.
|
ListIncidentRecordsResponse.Builder |
incidentRecordSummaries(Consumer<IncidentRecordSummary.Builder>... incidentRecordSummaries)
The details of each listed incident record.
|
ListIncidentRecordsResponse.Builder |
incidentRecordSummaries(IncidentRecordSummary... incidentRecordSummaries)
The details of each listed incident record.
|
ListIncidentRecordsResponse.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIncidentRecordsResponse.Builder incidentRecordSummaries(Collection<IncidentRecordSummary> incidentRecordSummaries)
The details of each listed incident record.
incidentRecordSummaries - The details of each listed incident record.ListIncidentRecordsResponse.Builder incidentRecordSummaries(IncidentRecordSummary... incidentRecordSummaries)
The details of each listed incident record.
incidentRecordSummaries - The details of each listed incident record.ListIncidentRecordsResponse.Builder incidentRecordSummaries(Consumer<IncidentRecordSummary.Builder>... incidentRecordSummaries)
The details of each listed incident record.
This is a convenience method that creates an instance of theIncidentRecordSummary.Builder avoiding the need to
create one manually via
IncidentRecordSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #incidentRecordSummaries(List.
incidentRecordSummaries - a consumer that will call methods on
IncidentRecordSummary.Builder#incidentRecordSummaries(java.util.Collection) ListIncidentRecordsResponse.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.Copyright © 2023. All rights reserved.