public static interface SdkConfigurationProperty.Builder extends SdkPojo, CopyableBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>
Modifier and Type | Method and Description |
---|---|
SdkConfigurationProperty.Builder |
defaultValue(String defaultValue)
The default value of an SdkType configuration property.
|
SdkConfigurationProperty.Builder |
description(String description)
The description of an SdkType configuration property.
|
SdkConfigurationProperty.Builder |
friendlyName(String friendlyName)
The user-friendly name of an SdkType configuration property.
|
SdkConfigurationProperty.Builder |
name(String name)
The name of a an SdkType configuration property.
|
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 ). |
copy
applyMutation, build
SdkConfigurationProperty.Builder name(String name)
The name of a an SdkType configuration property.
name
- The name of a an SdkType configuration property.SdkConfigurationProperty.Builder friendlyName(String friendlyName)
The user-friendly name of an SdkType configuration property.
friendlyName
- The user-friendly name of an SdkType configuration property.SdkConfigurationProperty.Builder description(String description)
The description of an SdkType configuration property.
description
- The description of an SdkType configuration property.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
).
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 defaultValue(String defaultValue)
The default value of an SdkType configuration property.
defaultValue
- The default value of an SdkType configuration property.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.