static GetSdkTypeResponse.Builder |
GetSdkTypeResponse.builder() |
|
GetSdkTypeResponse.Builder |
GetSdkTypeResponse.Builder.configurationProperties(Collection<SdkConfigurationProperty> configurationProperties) |
A list of configuration properties of an SdkType.
|
GetSdkTypeResponse.Builder |
GetSdkTypeResponse.Builder.configurationProperties(Consumer<SdkConfigurationProperty.Builder>... configurationProperties) |
A list of configuration properties of an SdkType.
|
GetSdkTypeResponse.Builder |
GetSdkTypeResponse.Builder.configurationProperties(SdkConfigurationProperty... configurationProperties) |
A list of configuration properties of an SdkType.
|
GetSdkTypeResponse.Builder |
GetSdkTypeResponse.Builder.description(String description) |
The description of an SdkType.
|
GetSdkTypeResponse.Builder |
GetSdkTypeResponse.Builder.friendlyName(String friendlyName) |
The user-friendly name of an SdkType instance.
|
GetSdkTypeResponse.Builder |
GetSdkTypeResponse.Builder.id(String id) |
The identifier of an SdkType instance.
|
GetSdkTypeResponse.Builder |
GetSdkTypeResponse.toBuilder() |
|