public static interface ZendeskDestinationProperties.Builder extends SdkPojo, CopyableBuilder<ZendeskDestinationProperties.Builder,ZendeskDestinationProperties>
| Modifier and Type | Method and Description |
|---|---|
default ZendeskDestinationProperties.Builder |
errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
ZendeskDestinationProperties.Builder |
errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
ZendeskDestinationProperties.Builder |
idFieldNames(Collection<String> idFieldNames)
Sets the value of the IdFieldNames property for this object.
|
ZendeskDestinationProperties.Builder |
idFieldNames(String... idFieldNames)
Sets the value of the IdFieldNames property for this object.
|
ZendeskDestinationProperties.Builder |
object(String object)
The object specified in the Zendesk flow destination.
|
ZendeskDestinationProperties.Builder |
writeOperationType(String writeOperationType)
Sets the value of the WriteOperationType property for this object.
|
ZendeskDestinationProperties.Builder |
writeOperationType(WriteOperationType writeOperationType)
Sets the value of the WriteOperationType property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildZendeskDestinationProperties.Builder object(String object)
The object specified in the Zendesk flow destination.
object - The object specified in the Zendesk flow destination.ZendeskDestinationProperties.Builder idFieldNames(Collection<String> idFieldNames)
idFieldNames - The new value for the IdFieldNames property for this object.ZendeskDestinationProperties.Builder idFieldNames(String... idFieldNames)
idFieldNames - The new value for the IdFieldNames property for this object.ZendeskDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig - The new value for the ErrorHandlingConfig property for this object.default ZendeskDestinationProperties.Builder errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
ErrorHandlingConfig.Builder avoiding the
need to create one manually via ErrorHandlingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorHandlingConfig(ErrorHandlingConfig).
errorHandlingConfig - a consumer that will call methods on ErrorHandlingConfig.BuildererrorHandlingConfig(ErrorHandlingConfig)ZendeskDestinationProperties.Builder writeOperationType(String writeOperationType)
writeOperationType - The new value for the WriteOperationType property for this object.WriteOperationType,
WriteOperationTypeZendeskDestinationProperties.Builder writeOperationType(WriteOperationType writeOperationType)
writeOperationType - The new value for the WriteOperationType property for this object.WriteOperationType,
WriteOperationTypeCopyright © 2023. All rights reserved.