Interface SlackSourceProperties.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SlackSourceProperties.Builder,,SlackSourceProperties> SdkBuilder<SlackSourceProperties.Builder,,SlackSourceProperties> SdkPojo
- Enclosing class:
 SlackSourceProperties
public static interface SlackSourceProperties.Builder
extends SdkPojo, CopyableBuilder<SlackSourceProperties.Builder,SlackSourceProperties> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe object specified in the Slack flow source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
object
The object specified in the Slack flow source.
- Parameters:
 object- The object specified in the Slack flow source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -