| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.example.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryObject |
ImmutableQueryObject.Builder.build()
Builds a new
ImmutableQueryObject. |
static ImmutableQueryObject |
ImmutableQueryObject.copyOf(QueryObject instance)
Creates an immutable copy of a
QueryObject value. |
ImmutableQueryObject |
ImmutableQueryObject.withDataType(String value)
Copy the current immutable object by setting a value for the
dataType attribute. |
ImmutableQueryObject |
ImmutableQueryObject.withEntityDefinition(EntityDefinition value)
Copy the current immutable object by setting a value for the
entityDefinition attribute. |
ImmutableQueryObject |
ImmutableQueryObject.withFields(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
fields. |
ImmutableQueryObject |
ImmutableQueryObject.withFields(String... elements)
Copy the current immutable object with elements that replace the content of
fields. |
ImmutableQueryObject |
ImmutableQueryObject.withFilterExpression(String value)
Copy the current immutable object by setting a value for the
filterExpression attribute. |
ImmutableQueryObject |
ImmutableQueryObject.withIdFieldName(String value)
Copy the current immutable object by setting a value for the
idFieldName attribute. |
ImmutableQueryObject |
ImmutableQueryObject.withSelectedFieldNames(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
selectedFieldNames. |
ImmutableQueryObject |
ImmutableQueryObject.withSelectedFieldNames(String... elements)
Copy the current immutable object with elements that replace the content of
selectedFieldNames. |
ImmutableQueryObject |
ImmutableQueryObject.withSObject(String value)
Copy the current immutable object by setting a value for the
sObject attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.