public static interface GetSdkTypeResponse.Builder extends APIGatewayResponse.Builder, CopyableBuilder<GetSdkTypeResponse.Builder,GetSdkTypeResponse>
Modifier and Type | Method and Description |
---|---|
GetSdkTypeResponse.Builder |
configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
GetSdkTypeResponse.Builder |
configurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
|
GetSdkTypeResponse.Builder |
description(String description)
The description of an SdkType.
|
GetSdkTypeResponse.Builder |
friendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
|
GetSdkTypeResponse.Builder |
id(String id)
The identifier of an SdkType instance.
|
build
copy
apply, build
GetSdkTypeResponse.Builder id(String id)
The identifier of an SdkType instance.
id
- The identifier of an SdkType instance.GetSdkTypeResponse.Builder friendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
friendlyName
- The user-friendly name of an SdkType instance.GetSdkTypeResponse.Builder description(String description)
The description of an SdkType.
description
- The description of an SdkType.GetSdkTypeResponse.Builder configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
configurationProperties
- A list of configuration properties of an SdkType.GetSdkTypeResponse.Builder configurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
configurationProperties
- A list of configuration properties of an SdkType.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.