CopyableBuilder<GetSdkRequest.Builder,GetSdkRequest>
, SdkBuilder<GetSdkRequest.Builder,GetSdkRequest>
public static interface GetSdkRequest.Builder extends CopyableBuilder<GetSdkRequest.Builder,GetSdkRequest>
Modifier and Type | Method | Description |
---|---|---|
GetSdkRequest.Builder |
parameters(Map<String,String> parameters) |
A key-value map of query string parameters that specify properties of the SDK, depending on the requested
sdkType . |
GetSdkRequest.Builder |
restApiId(String restApiId) |
The identifier of the RestApi that the SDK will use.
|
GetSdkRequest.Builder |
sdkType(String sdkType) |
The language for the generated SDK.
|
GetSdkRequest.Builder |
stageName(String stageName) |
The name of the Stage that the SDK will use.
|
copy
apply, build
GetSdkRequest.Builder restApiId(String restApiId)
The identifier of the RestApi that the SDK will use.
restApiId
- The identifier of the RestApi that the SDK will use.GetSdkRequest.Builder stageName(String stageName)
The name of the Stage that the SDK will use.
stageName
- The name of the Stage that the SDK will use.GetSdkRequest.Builder sdkType(String sdkType)
The language for the generated SDK. Currently javascript
, android
, and
objectivec
(for iOS) are supported.
sdkType
- The language for the generated SDK. Currently javascript
, android
, and
objectivec
(for iOS) are supported.GetSdkRequest.Builder parameters(Map<String,String> parameters)
A key-value map of query string parameters that specify properties of the SDK, depending on the requested
sdkType
. For sdkType
of objectivec
, a parameter named
classPrefix
is required. For sdkType
of android
, parameters named
groupId
, artifactId
, artifactVersion
, and invokerPackage
are required.
parameters
- A key-value map of query string parameters that specify properties of the SDK, depending on the
requested sdkType
. For sdkType
of objectivec
, a parameter named
classPrefix
is required. For sdkType
of android
, parameters
named groupId
, artifactId
, artifactVersion
, and
invokerPackage
are required.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.