public static interface GetIncidentRecordResponse.Builder extends SsmIncidentsResponse.Builder, SdkPojo, CopyableBuilder<GetIncidentRecordResponse.Builder,GetIncidentRecordResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetIncidentRecordResponse.Builder |
incidentRecord(Consumer<IncidentRecord.Builder> incidentRecord)
Details the structure of the incident record.
|
GetIncidentRecordResponse.Builder |
incidentRecord(IncidentRecord incidentRecord)
Details the structure of the incident record.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIncidentRecordResponse.Builder incidentRecord(IncidentRecord incidentRecord)
Details the structure of the incident record.
incidentRecord - Details the structure of the incident record.default GetIncidentRecordResponse.Builder incidentRecord(Consumer<IncidentRecord.Builder> incidentRecord)
Details the structure of the incident record.
This is a convenience method that creates an instance of theIncidentRecord.Builder avoiding the need
to create one manually via IncidentRecord.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to incidentRecord(IncidentRecord).
incidentRecord - a consumer that will call methods on IncidentRecord.BuilderincidentRecord(IncidentRecord)Copyright © 2023. All rights reserved.