Interface AnalysisSourceEntity.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AnalysisSourceEntity.Builder,,- AnalysisSourceEntity> - SdkBuilder<AnalysisSourceEntity.Builder,,- AnalysisSourceEntity> - SdkPojo
- Enclosing class:
- AnalysisSourceEntity
@Mutable
@NotThreadSafe
public static interface AnalysisSourceEntity.Builder
extends SdkPojo, CopyableBuilder<AnalysisSourceEntity.Builder,AnalysisSourceEntity> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault AnalysisSourceEntity.BuildersourceTemplate(Consumer<AnalysisSourceTemplate.Builder> sourceTemplate) The source template for the source entity of the analysis.sourceTemplate(AnalysisSourceTemplate sourceTemplate) The source template for the source entity of the analysis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceTemplateThe source template for the source entity of the analysis. - Parameters:
- sourceTemplate- The source template for the source entity of the analysis.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceTemplatedefault AnalysisSourceEntity.Builder sourceTemplate(Consumer<AnalysisSourceTemplate.Builder> sourceTemplate) The source template for the source entity of the analysis. This is a convenience method that creates an instance of theAnalysisSourceTemplate.Builderavoiding the need to create one manually viaAnalysisSourceTemplate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceTemplate(AnalysisSourceTemplate).- Parameters:
- sourceTemplate- a consumer that will call methods on- AnalysisSourceTemplate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-