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 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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:
-