Interface SdkConfigurationProperty.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SdkConfigurationProperty.Builder,,SdkConfigurationProperty> SdkBuilder<SdkConfigurationProperty.Builder,,SdkConfigurationProperty> SdkPojo
- Enclosing class:
SdkConfigurationProperty
public static interface SdkConfigurationProperty.Builder
extends SdkPojo, CopyableBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue(String defaultValue) The default value of an SdkType configuration property.description(String description) The description of an SdkType configuration property.friendlyName(String friendlyName) The user-friendly name of an SdkType configuration property.The name of a an SdkType configuration property.A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of a an SdkType configuration property.
- Parameters:
name- The name of a an SdkType configuration property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
friendlyName
The user-friendly name of an SdkType configuration property.
- Parameters:
friendlyName- The user-friendly name of an SdkType configuration property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of an SdkType configuration property.
- Parameters:
description- The description of an SdkType configuration property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
required
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (
true) or not (false).- Parameters:
required- A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValue
The default value of an SdkType configuration property.
- Parameters:
defaultValue- The default value of an SdkType configuration property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-