CopyableBuilder<GetIntentRequest.Builder,GetIntentRequest>
, SdkBuilder<GetIntentRequest.Builder,GetIntentRequest>
public static interface GetIntentRequest.Builder extends CopyableBuilder<GetIntentRequest.Builder,GetIntentRequest>
Modifier and Type | Method | Description |
---|---|---|
GetIntentRequest.Builder |
name(String name) |
The name of the intent.
|
GetIntentRequest.Builder |
version(String version) |
The version of the intent.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.