Interface AnalysisTemplateValidationStatusDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalysisTemplateValidationStatusDetail.Builder,
,AnalysisTemplateValidationStatusDetail> SdkBuilder<AnalysisTemplateValidationStatusDetail.Builder,
,AnalysisTemplateValidationStatusDetail> SdkPojo
- Enclosing class:
AnalysisTemplateValidationStatusDetail
@Mutable
@NotThreadSafe
public static interface AnalysisTemplateValidationStatusDetail.Builder
extends SdkPojo, CopyableBuilder<AnalysisTemplateValidationStatusDetail.Builder,AnalysisTemplateValidationStatusDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe reasons for the validation results.The reasons for the validation results.reasons
(AnalysisTemplateValidationStatusReason... reasons) The reasons for the validation results.The status of the validation.The status of the validation.The type of validation that was performed.The type of validation that was performed.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
-
type
The type of validation that was performed.
- Parameters:
type
- The type of validation that was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of validation that was performed.
- Parameters:
type
- The type of validation that was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the validation.
- Parameters:
status
- The status of the validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the validation.
- Parameters:
status
- The status of the validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reasons
AnalysisTemplateValidationStatusDetail.Builder reasons(Collection<AnalysisTemplateValidationStatusReason> reasons) The reasons for the validation results.
- Parameters:
reasons
- The reasons for the validation results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
AnalysisTemplateValidationStatusDetail.Builder reasons(AnalysisTemplateValidationStatusReason... reasons) The reasons for the validation results.
- Parameters:
reasons
- The reasons for the validation results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
AnalysisTemplateValidationStatusDetail.Builder reasons(Consumer<AnalysisTemplateValidationStatusReason.Builder>... reasons) The reasons for the validation results.
This is a convenience method that creates an instance of theAnalysisTemplateValidationStatusReason.Builder
avoiding the need to create one manually viaAnalysisTemplateValidationStatusReason.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreasons(List<AnalysisTemplateValidationStatusReason>)
.- Parameters:
reasons
- a consumer that will call methods onAnalysisTemplateValidationStatusReason.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-