public static interface GetIntentRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetIntentRequest.Builder,GetIntentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetIntentRequest.Builder |
name(String name)
The name of the intent.
|
GetIntentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetIntentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetIntentRequest.Builder |
version(String version)
The version of the intent.
|
buildoverrideConfigurationcopyapplyMutation, buildGetIntentRequest.Builder name(String name)
The name of the intent. The name is case sensitive.
name - The name of the intent. The name is case sensitive.GetIntentRequest.Builder version(String version)
The version of the intent.
version - The version of the intent.GetIntentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetIntentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.