Interface Model.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Model.Builder,
,Model> SdkBuilder<Model.Builder,
,Model> SdkPojo
- Enclosing class:
Model
@Mutable
@NotThreadSafe
public static interface Model.Builder
extends SdkPojo, CopyableBuilder<Model.Builder,Model>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-