Interface SourceConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SourceConfiguration.Builder,,SourceConfiguration> SdkBuilder<SourceConfiguration.Builder,,SourceConfiguration> SdkPojo
- Enclosing class:
 SourceConfiguration
public static interface SourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<SourceConfiguration.Builder,SourceConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) The name of the application associated with the configuration.templateName(String templateName) The name of the configuration template.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
- 
applicationName
The name of the application associated with the configuration.
- Parameters:
 applicationName- The name of the application associated with the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
templateName
The name of the configuration template.
- Parameters:
 templateName- The name of the configuration template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -