Interface AnalysisStatusUnion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AnalysisStatusUnion.Builder,,AnalysisStatusUnion> SdkBuilder<AnalysisStatusUnion.Builder,,AnalysisStatusUnion> SdkPojo
- Enclosing class:
 AnalysisStatusUnion
public static interface AnalysisStatusUnion.Builder
extends SdkPojo, CopyableBuilder<AnalysisStatusUnion.Builder,AnalysisStatusUnion> 
- 
Method Summary
Modifier and TypeMethodDescriptionruntimeAnalysisStatus(String runtimeAnalysisStatus) The status of the analysis.runtimeAnalysisStatus(RuntimeAnalysisStatus runtimeAnalysisStatus) The status of the analysis.srcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus) The status of the source code or database analysis.srcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus) The status of the source code or database 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
- 
runtimeAnalysisStatus
The status of the analysis.
- Parameters:
 runtimeAnalysisStatus- The status of the analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
runtimeAnalysisStatus
The status of the analysis.
- Parameters:
 runtimeAnalysisStatus- The status of the analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
srcCodeOrDbAnalysisStatus
The status of the source code or database analysis.
- Parameters:
 srcCodeOrDbAnalysisStatus- The status of the source code or database analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
srcCodeOrDbAnalysisStatus
AnalysisStatusUnion.Builder srcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus) The status of the source code or database analysis.
- Parameters:
 srcCodeOrDbAnalysisStatus- The status of the source code or database analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -