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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIntentPathsResponse.BuildernodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)A list of objects, each of which contains information about a node in the intent path for which you requested metrics.ListIntentPathsResponse.BuildernodeSummaries(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.ListIntentPathsResponse.BuildernodeSummaries(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 Detail
-
nodeSummaries
ListIntentPathsResponse.Builder nodeSummaries(Collection<AnalyticsIntentNodeSummary> 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(AnalyticsIntentNodeSummary... 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.Builderavoiding the need to create one manually viaAnalyticsIntentNodeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#nodeSummaries(List.) - 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:
#nodeSummaries(java.util.Collection)
-
-