| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.write |
| Modifier and Type | Method and Description |
|---|---|
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.Builder.build()
Builds a new
ImmutableWriteDataRequest. |
static ImmutableWriteDataRequest |
ImmutableWriteDataRequest.copyOf(WriteDataRequest instance)
Creates an immutable copy of a
WriteDataRequest value. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withAllOrNone(Boolean value)
Copy the current immutable object by setting a value for the
allOrNone attribute. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withConnectorContext(ConnectorContext value)
Copy the current immutable object by setting a value for the
connectorContext attribute. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withEntityIdentifier(String value)
Copy the current immutable object by setting a value for the
entityIdentifier attribute. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withIdFieldNames(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
idFieldNames. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withIdFieldNames(String... elements)
Copy the current immutable object with elements that replace the content of
idFieldNames. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withOperation(WriteOperationType value)
Copy the current immutable object by setting a value for the
operation attribute. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withRecords(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
records. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withRecords(String... elements)
Copy the current immutable object with elements that replace the content of
records. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.