Interface FailureAnalysisResultContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FailureAnalysisResultContent.Builder,,FailureAnalysisResultContent> SdkBuilder<FailureAnalysisResultContent.Builder,,FailureAnalysisResultContent> SdkPojo
- Enclosing class:
FailureAnalysisResultContent
@Mutable
@NotThreadSafe
public static interface FailureAnalysisResultContent.Builder
extends SdkPojo, CopyableBuilder<FailureAnalysisResultContent.Builder,FailureAnalysisResultContent>
-
Method Summary
Modifier and TypeMethodDescriptionfailures(Collection<FailureCategoryCluster> failures) The list of failure category clusters identified across analyzed sessions.failures(Consumer<FailureCategoryCluster.Builder>... failures) The list of failure category clusters identified across analyzed sessions.failures(FailureCategoryCluster... failures) The list of failure category clusters identified across analyzed sessions.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, sdkFieldNameToField, sdkFields
-
Method Details
-
failures
The list of failure category clusters identified across analyzed sessions.
- Parameters:
failures- The list of failure category clusters identified across analyzed sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failures
The list of failure category clusters identified across analyzed sessions.
- Parameters:
failures- The list of failure category clusters identified across analyzed sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failures
The list of failure category clusters identified across analyzed sessions.
This is a convenience method that creates an instance of theFailureCategoryCluster.Builderavoiding the need to create one manually viaFailureCategoryCluster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailures(List<FailureCategoryCluster>).- Parameters:
failures- a consumer that will call methods onFailureCategoryCluster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-