Interface AnalysisSourceTemplate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisSourceTemplate.Builder,,AnalysisSourceTemplate> SdkBuilder<AnalysisSourceTemplate.Builder,,AnalysisSourceTemplate> SdkPojo
- Enclosing class:
AnalysisSourceTemplate
public static interface AnalysisSourceTemplate.Builder
extends SdkPojo, CopyableBuilder<AnalysisSourceTemplate.Builder,AnalysisSourceTemplate>
-
Method Summary
Modifier 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.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
-
dataSetReferences
The 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.
-
dataSetReferences
The 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.
-
dataSetReferences
AnalysisSourceTemplate.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 onDataSetReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The 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.
-