Interface StringSchemaConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StringSchemaConfig.Builder,
,StringSchemaConfig> SdkBuilder<StringSchemaConfig.Builder,
,StringSchemaConfig> SdkPojo
- Enclosing class:
StringSchemaConfig
@Mutable
@NotThreadSafe
public static interface StringSchemaConfig.Builder
extends SdkPojo, CopyableBuilder<StringSchemaConfig.Builder,StringSchemaConfig>
-
Method Summary
Modifier and TypeMethodDescriptionA comment to describe the parameter.defaultValue
(String defaultValue) The default value of the parameter.Whether the defined parameter is required.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
comment
A comment to describe the parameter.
- Parameters:
comment
- A comment to describe the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValue
The default value of the parameter.
- Parameters:
defaultValue
- The default value of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
required
Whether the defined parameter is required.
- Parameters:
required
- Whether the defined parameter is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-