Interface Import.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Import.Builder,
,Import> SdkBuilder<Import.Builder,
,Import> SdkPojo
- Enclosing class:
Import
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the import.The revision of the import.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 Details
-
name
The name of the import.
- Parameters:
name
- The name of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The revision of the import.
- Parameters:
revision
- The revision of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-