| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.write |
| Modifier and Type | Method and Description |
|---|---|
ImmutableWriteDataResponse |
ImmutableWriteDataResponse.Builder.build()
Builds a new
ImmutableWriteDataResponse. |
static ImmutableWriteDataResponse |
ImmutableWriteDataResponse.copyOf(WriteDataResponse instance)
Creates an immutable copy of a
WriteDataResponse value. |
ImmutableWriteDataResponse |
ImmutableWriteDataResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
ImmutableWriteDataResponse |
ImmutableWriteDataResponse.withIsSuccess(boolean value)
Copy the current immutable object by setting a value for the
isSuccess attribute. |
ImmutableWriteDataResponse |
ImmutableWriteDataResponse.withWriteRecordResults(Iterable<? extends WriteRecordResult> elements)
Copy the current immutable object with elements that replace the content of
writeRecordResults. |
ImmutableWriteDataResponse |
ImmutableWriteDataResponse.withWriteRecordResults(WriteRecordResult... elements)
Copy the current immutable object with elements that replace the content of
writeRecordResults. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.