Interface GetIntentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIntentRequest.Builder,GetIntentRequest>,LexModelBuildingRequest.Builder,SdkBuilder<GetIntentRequest.Builder,GetIntentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntentRequest
public static interface GetIntentRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetIntentRequest.Builder,GetIntentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntentRequest.Buildername(String name)The name of the intent.GetIntentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntentRequest.Builderversion(String version)The version of the intent.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
GetIntentRequest.Builder name(String name)
The name of the intent. The name is case sensitive.
- Parameters:
name- The name of the intent. The name is case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
GetIntentRequest.Builder version(String version)
The version of the intent.
- Parameters:
version- The version of the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIntentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-