Interface AnalysisStatusUnion.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AnalysisStatusUnion.Builder,,- AnalysisStatusUnion> - SdkBuilder<AnalysisStatusUnion.Builder,,- AnalysisStatusUnion> - SdkPojo
- Enclosing class:
- AnalysisStatusUnion
@Mutable
@NotThreadSafe
public static interface AnalysisStatusUnion.Builder
extends SdkPojo, CopyableBuilder<AnalysisStatusUnion.Builder,AnalysisStatusUnion> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
runtimeAnalysisStatusThe 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:
 
- 
runtimeAnalysisStatusThe 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:
 
- 
srcCodeOrDbAnalysisStatusThe 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:
 
- 
srcCodeOrDbAnalysisStatusAnalysisStatusUnion.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:
 
 
-