Interface ZendeskDestinationProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ZendeskDestinationProperties.Builder,ZendeskDestinationProperties>,SdkBuilder<ZendeskDestinationProperties.Builder,ZendeskDestinationProperties>,SdkPojo
- Enclosing class:
- ZendeskDestinationProperties
public static interface ZendeskDestinationProperties.Builder extends SdkPojo, CopyableBuilder<ZendeskDestinationProperties.Builder,ZendeskDestinationProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ZendeskDestinationProperties.BuildererrorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.ZendeskDestinationProperties.BuildererrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.ZendeskDestinationProperties.BuilderidFieldNames(String... idFieldNames)Sets the value of the IdFieldNames property for this object.ZendeskDestinationProperties.BuilderidFieldNames(Collection<String> idFieldNames)Sets the value of the IdFieldNames property for this object.ZendeskDestinationProperties.Builderobject(String object)The object specified in the Zendesk flow destination.ZendeskDestinationProperties.BuilderwriteOperationType(String writeOperationType)Sets the value of the WriteOperationType property for this object.ZendeskDestinationProperties.BuilderwriteOperationType(WriteOperationType writeOperationType)Sets the value of the WriteOperationType property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
object
ZendeskDestinationProperties.Builder object(String object)
The object specified in the Zendesk flow destination.
- Parameters:
object- The object specified in the Zendesk flow destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idFieldNames
ZendeskDestinationProperties.Builder idFieldNames(Collection<String> idFieldNames)
Sets the value of the IdFieldNames property for this object.- Parameters:
idFieldNames- The new value for the IdFieldNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idFieldNames
ZendeskDestinationProperties.Builder idFieldNames(String... idFieldNames)
Sets the value of the IdFieldNames property for this object.- Parameters:
idFieldNames- The new value for the IdFieldNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorHandlingConfig
ZendeskDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.- Parameters:
errorHandlingConfig- The new value for the ErrorHandlingConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorHandlingConfig
default ZendeskDestinationProperties.Builder errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object. This is a convenience method that creates an instance of theErrorHandlingConfig.Builderavoiding the need to create one manually viaErrorHandlingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorHandlingConfig(ErrorHandlingConfig).- Parameters:
errorHandlingConfig- a consumer that will call methods onErrorHandlingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorHandlingConfig(ErrorHandlingConfig)
-
writeOperationType
ZendeskDestinationProperties.Builder writeOperationType(String writeOperationType)
Sets the value of the WriteOperationType property for this object.- Parameters:
writeOperationType- The new value for the WriteOperationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WriteOperationType,WriteOperationType
-
writeOperationType
ZendeskDestinationProperties.Builder writeOperationType(WriteOperationType writeOperationType)
Sets the value of the WriteOperationType property for this object.- Parameters:
writeOperationType- The new value for the WriteOperationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WriteOperationType,WriteOperationType
-
-