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.
|
build
overrideConfiguration
copy
applyMutation, build
GetIntentRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetIntentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.