static SdkConfigurationProperty.Builder |
SdkConfigurationProperty.builder() |
|
SdkConfigurationProperty.Builder |
SdkConfigurationProperty.Builder.defaultValue(String defaultValue) |
The default value of an SdkType configuration property.
|
SdkConfigurationProperty.Builder |
SdkConfigurationProperty.Builder.description(String description) |
The description of an SdkType configuration property.
|
SdkConfigurationProperty.Builder |
SdkConfigurationProperty.Builder.friendlyName(String friendlyName) |
The user-friendly name of an SdkType configuration property.
|
SdkConfigurationProperty.Builder |
SdkConfigurationProperty.Builder.name(String name) |
The name of a an SdkType configuration property.
|
SdkConfigurationProperty.Builder |
SdkConfigurationProperty.Builder.required(Boolean required) |
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property
is required (true) or not (false).
|
SdkConfigurationProperty.Builder |
SdkConfigurationProperty.toBuilder() |
|