CopyableBuilder<SdkType.Builder,SdkType>
, SdkBuilder<SdkType.Builder,SdkType>
public static interface SdkType.Builder extends CopyableBuilder<SdkType.Builder,SdkType>
Modifier and Type | Method | Description |
---|---|---|
SdkType.Builder |
configurationProperties(Collection<SdkConfigurationProperty> configurationProperties) |
A list of configuration properties of an SdkType.
|
SdkType.Builder |
configurationProperties(SdkConfigurationProperty... configurationProperties) |
A list of configuration properties of an SdkType.
|
SdkType.Builder |
description(String description) |
The description of an SdkType.
|
SdkType.Builder |
friendlyName(String friendlyName) |
The user-friendly name of an SdkType instance.
|
SdkType.Builder |
id(String id) |
The identifier of an SdkType instance.
|
copy
apply, build
SdkType.Builder id(String id)
The identifier of an SdkType instance.
id
- The identifier of an SdkType instance.SdkType.Builder friendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
friendlyName
- The user-friendly name of an SdkType instance.SdkType.Builder description(String description)
The description of an SdkType.
description
- The description of an SdkType.SdkType.Builder configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
configurationProperties
- A list of configuration properties of an SdkType.SdkType.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.