| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.Builder.build()
Builds a new
ImmutableWriteOperationProperty. |
static ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.copyOf(WriteOperationProperty instance)
Creates an immutable copy of a
WriteOperationProperty value. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withIsCreatable(Boolean value)
Copy the current immutable object by setting a value for the
isCreatable attribute. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withIsDefaultedOnCreate(Boolean value)
Copy the current immutable object by setting a value for the
isDefaultedOnCreate attribute. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withIsNullable(Boolean value)
Copy the current immutable object by setting a value for the
isNullable attribute. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withIsUpdatable(Boolean value)
Copy the current immutable object by setting a value for the
isUpdatable attribute. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withIsUpsertable(Boolean value)
Copy the current immutable object by setting a value for the
isUpsertable attribute. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withSupportedWriteOperations(Iterable<? extends WriteOperationType> elements)
Copy the current immutable object with elements that replace the content of
supportedWriteOperations. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withSupportedWriteOperations(WriteOperationType... elements)
Copy the current immutable object with elements that replace the content of
supportedWriteOperations. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.