| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
static JobLogEventData.Builder |
JobLogEventData.builder() |
default JobLogEventData.Builder |
JobLogEventData.Builder.conversionProperties(Consumer<ConversionProperties.Builder> conversionProperties)
Properties of a conversion job
|
JobLogEventData.Builder |
JobLogEventData.Builder.conversionProperties(ConversionProperties conversionProperties)
Properties of a conversion job
|
JobLogEventData.Builder |
JobLogEventData.Builder.conversionServerID(String conversionServerID)
The ID of a conversion server.
|
default JobLogEventData.Builder |
JobLogEventData.Builder.eventResourceData(Consumer<EventResourceData.Builder> eventResourceData)
Properties of resource related to a job event.
|
JobLogEventData.Builder |
JobLogEventData.Builder.eventResourceData(EventResourceData eventResourceData)
Properties of resource related to a job event.
|
JobLogEventData.Builder |
JobLogEventData.Builder.rawError(String rawError)
A string representing a job error.
|
JobLogEventData.Builder |
JobLogEventData.Builder.sourceServerID(String sourceServerID)
The ID of a Source Server.
|
JobLogEventData.Builder |
JobLogEventData.Builder.targetInstanceID(String targetInstanceID)
The ID of a Recovery Instance.
|
JobLogEventData.Builder |
JobLogEventData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobLogEventData.Builder> |
JobLogEventData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobLog.Builder |
JobLog.Builder.eventData(Consumer<JobLogEventData.Builder> eventData)
Metadata associated with a Job log.
|
Copyright © 2023. All rights reserved.