Interface ListIntentPathsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListIntentPathsResponse.Builder,
,ListIntentPathsResponse> LexModelsV2Response.Builder
,SdkBuilder<ListIntentPathsResponse.Builder,
,ListIntentPathsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIntentPathsResponse
public static interface ListIntentPathsResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListIntentPathsResponse.Builder,ListIntentPathsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnodeSummaries
(Collection<AnalyticsIntentNodeSummary> nodeSummaries) A list of objects, each of which contains information about a node in the intent path for which you requested metrics.nodeSummaries
(Consumer<AnalyticsIntentNodeSummary.Builder>... nodeSummaries) A list of objects, each of which contains information about a node in the intent path for which you requested metrics.nodeSummaries
(AnalyticsIntentNodeSummary... nodeSummaries) A list of objects, each of which contains information about a node in the intent path for which you requested metrics.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nodeSummaries
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
- Parameters:
nodeSummaries
- A list of objects, each of which contains information about a node in the intent path for which you requested metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeSummaries
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
- Parameters:
nodeSummaries
- A list of objects, each of which contains information about a node in the intent path for which you requested metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeSummaries
ListIntentPathsResponse.Builder nodeSummaries(Consumer<AnalyticsIntentNodeSummary.Builder>... nodeSummaries) A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
This is a convenience method that creates an instance of theAnalyticsIntentNodeSummary.Builder
avoiding the need to create one manually viaAnalyticsIntentNodeSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonodeSummaries(List<AnalyticsIntentNodeSummary>)
.- Parameters:
nodeSummaries
- a consumer that will call methods onAnalyticsIntentNodeSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-