Interface Model.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Model.Builder,Model>,SdkBuilder<Model.Builder,Model>,SdkPojo
- Enclosing class:
- Model
public static interface Model.Builder extends SdkPojo, CopyableBuilder<Model.Builder,Model>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model.Buildersmithy(String smithy)Indicates the smithy model of the API.-
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, sdkFields
-
-
-
-
Method Detail
-
smithy
Model.Builder smithy(String smithy)
Indicates the smithy model of the API.
- Parameters:
smithy- Indicates the smithy model of the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-