CopyableBuilder<GetSdkTypeResponse.Builder,GetSdkTypeResponse>
, SdkBuilder<GetSdkTypeResponse.Builder,GetSdkTypeResponse>
public static interface GetSdkTypeResponse.Builder extends CopyableBuilder<GetSdkTypeResponse.Builder,GetSdkTypeResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurationProperties(java.util.Collection)
or
#withConfigurationProperties(java.util.Collection)
if you want to override the existing values.
configurationProperties
- A list of configuration properties of an SdkType.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.