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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceConfiguration.BuilderapplicationName(String applicationName)The name of the application associated with the configuration.SourceConfiguration.BuildertemplateName(String templateName)The name of the configuration template.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationName
SourceConfiguration.Builder applicationName(String 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
SourceConfiguration.Builder templateName(String 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.
-
-