Interface ExecutionSummaryClusteringResultContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionSummaryClusteringResultContent.Builder,,ExecutionSummaryClusteringResultContent> SdkBuilder<ExecutionSummaryClusteringResultContent.Builder,,ExecutionSummaryClusteringResultContent> SdkPojo
- Enclosing class:
ExecutionSummaryClusteringResultContent
@Mutable
@NotThreadSafe
public static interface ExecutionSummaryClusteringResultContent.Builder
extends SdkPojo, CopyableBuilder<ExecutionSummaryClusteringResultContent.Builder,ExecutionSummaryClusteringResultContent>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionSummaries(Collection<ExecutionSummaryCluster> executionSummaries) The list of execution summary clusters identified across analyzed sessions.executionSummaries(Consumer<ExecutionSummaryCluster.Builder>... executionSummaries) The list of execution summary clusters identified across analyzed sessions.executionSummaries(ExecutionSummaryCluster... executionSummaries) The list of execution summary 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
-
executionSummaries
ExecutionSummaryClusteringResultContent.Builder executionSummaries(Collection<ExecutionSummaryCluster> executionSummaries) The list of execution summary clusters identified across analyzed sessions.
- Parameters:
executionSummaries- The list of execution summary clusters identified across analyzed sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionSummaries
ExecutionSummaryClusteringResultContent.Builder executionSummaries(ExecutionSummaryCluster... executionSummaries) The list of execution summary clusters identified across analyzed sessions.
- Parameters:
executionSummaries- The list of execution summary clusters identified across analyzed sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionSummaries
ExecutionSummaryClusteringResultContent.Builder executionSummaries(Consumer<ExecutionSummaryCluster.Builder>... executionSummaries) The list of execution summary clusters identified across analyzed sessions.
This is a convenience method that creates an instance of theExecutionSummaryCluster.Builderavoiding the need to create one manually viaExecutionSummaryCluster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionSummaries(List<ExecutionSummaryCluster>).- Parameters:
executionSummaries- a consumer that will call methods onExecutionSummaryCluster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-