public static interface AnalysisSourceEntity.Builder extends SdkPojo, CopyableBuilder<AnalysisSourceEntity.Builder,AnalysisSourceEntity>
| Modifier and Type | Method and Description |
|---|---|
AnalysisSourceEntity.Builder |
sourceTemplate(AnalysisSourceTemplate sourceTemplate)
The source template for the source entity of the analysis.
|
default AnalysisSourceEntity.Builder |
sourceTemplate(Consumer<AnalysisSourceTemplate.Builder> sourceTemplate)
The source template for the source entity of the analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisSourceEntity.Builder sourceTemplate(AnalysisSourceTemplate sourceTemplate)
The source template for the source entity of the analysis.
sourceTemplate - The source template for the source entity of the analysis.default 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.Builder avoiding
the need to create one manually via AnalysisSourceTemplate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceTemplate(AnalysisSourceTemplate).
sourceTemplate - a consumer that will call methods on AnalysisSourceTemplate.BuildersourceTemplate(AnalysisSourceTemplate)Copyright © 2023. All rights reserved.