Interface AnalysisSourceTemplate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AnalysisSourceTemplate.Builder,,- AnalysisSourceTemplate> - SdkBuilder<AnalysisSourceTemplate.Builder,,- AnalysisSourceTemplate> - SdkPojo
- Enclosing class:
- AnalysisSourceTemplate
@Mutable
@NotThreadSafe
public static interface AnalysisSourceTemplate.Builder
extends SdkPojo, CopyableBuilder<AnalysisSourceTemplate.Builder,AnalysisSourceTemplate> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the source template of an analysis.dataSetReferences(Collection<DataSetReference> dataSetReferences) The dataset references of the source template of an analysis.dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences) The dataset references of the source template of an analysis.dataSetReferences(DataSetReference... dataSetReferences) The dataset references of the source template of an 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- 
dataSetReferencesThe dataset references of the source template of an analysis. - Parameters:
- dataSetReferences- The dataset references of the source template of an analysis.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSetReferencesThe dataset references of the source template of an analysis. - Parameters:
- dataSetReferences- The dataset references of the source template of an analysis.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSetReferencesAnalysisSourceTemplate.Builder dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences) The dataset references of the source template of an analysis. This is a convenience method that creates an instance of theDataSetReference.Builderavoiding the need to create one manually viaDataSetReference.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSetReferences(List<DataSetReference>).- Parameters:
- dataSetReferences- a consumer that will call methods on- DataSetReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
arnThe Amazon Resource Name (ARN) of the source template of an analysis. - Parameters:
- arn- The Amazon Resource Name (ARN) of the source template of an analysis.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-